#CC7B49

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

Shades of Raw Sienna #CC7B49

Tints of Raw Sienna #CC7B49

Color information

#CC7B49 (or 0xCC7B49) is unknown color: approx Raw Sienna. HEX triplet: CC, 7B and 49. RGB value is (204,123,73). Sum of RGB (Red+Green+Blue) = 204+123+73=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7B49 is #3384B6. Grayscale: #8D8D8D. Windows color (decimal): -3376311 or 4815820. OLE color: 4815820.

HSL color Cylindrical-coordinate representation of color #CC7B49: hue angle of 22.9º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC7B49 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20412373-
CMYK00.400.640.2
HSL22.9º56.22%54.31%-
HSV(B)22.9º64.22%80%-
XYZ33.1927.489.86-
YUV141.5289.34172.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51%
GREEN value IS 123 (48.44% from 255) = 30.75%
BLUE value IS 73 (28.91% from 255) = 18.25%
R=51%
G=30.75%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041237300.400.640.222.956.2254.31
HexCC7B490284014173836
Octal31417311105010024277066
Binary1100110011110111001001010100010000001010010111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7B49; }

 p { color: rgb(204,123,73); }

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

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

 a { background-color: rgb(204,123,73); }

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

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

 span { border-color: rgb(204,123,73); }

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