#CC814A

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

Shades of Raw Sienna #CC814A

Tints of Raw Sienna #CC814A

Color information

#CC814A (or 0xCC814A) is unknown color: approx Raw Sienna. HEX triplet: CC, 81 and 4A. RGB value is (204,129,74). Sum of RGB (Red+Green+Blue) = 204+129+74=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC814A is #337EB5. Grayscale: #919191. Windows color (decimal): -3374774 or 4882892. OLE color: 4882892.

HSL color Cylindrical-coordinate representation of color #CC814A: hue angle of 25.38º degrees, saturation: 0.56, 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 #CC814A is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20412974-
CMYK00.370.640.2
HSL25.38º56.03%54.51%-
HSV(B)25.38º63.73%80%-
XYZ33.9929.0310.29-
YUV145.1687.85169.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 74 (29.30% from 255) = 18.18%
R=50.12%
G=31.70%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041297400.370.640.225.3856.0354.51
HexCC814A0254014193837
Octal31420111204510024317067
Binary11001100100000011001010010010110000001010011001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC814A; }

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

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

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

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

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

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

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

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