#cd814a

Color #CD814A Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #CD814A

Tints of Raw Sienna #CD814A

Color information

#CD814A (or 0xCD814A) is unknown color: approx Raw Sienna. HEX triplet: CD, 81 and 4A. RGB value is (205,129,74). Sum of RGB (Red+Green+Blue) = 205+129+74=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD814A is #327EB5. Grayscale: #919191. Windows color (decimal): -3309238 or 4882893. OLE color: 4882893.

HSL color Cylindrical-coordinate representation of color #CD814A: hue angle of 25.19º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD814A is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20512974-
CMYK00.370.640.20
HSL25.19º56.71%54.71%-
HSV(B)25.19º63.9%80.39%-
XYZ34.2629.1710.3-
YUV145.4587.68170.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 50.25%
GREEN value IS 129 (50.78% from 255) = 31.62%
BLUE value IS 74 (29.30% from 255) = 18.14%
R=50.25%
G=31.62%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051297400.370.640.2025.1956.7154.71
HexCD814A0254014193937
Octal31520111204510024317167
Binary11001101100000011001010010010110000001010011001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd814a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd814a; }

 p { color: rgb(205,129,74); }

 H1.HeaderClassName
 {
   color: #cd814a;
 }
 .AnyTagClassName
 {
   color: #cd814a;
 }
</style>
background-color css

<style>
 a { background-color: #cd814a; }

 a { background-color: rgb(205,129,74); }

 div.DivClassName
 {
   background-color: #cd814a;
 }
 .BgClassName
 {
   background-color: #cd814a;
 }
</style>
border-color css

<style>
 span { border-color: #cd814a; }

 span { border-color: rgb(205,129,74); }

 td.TdClassName
 {
   border-color: #cd814a;
 }
 .TagClassName
 {
   border-color: #cd814a;
 }
</style>