#CB7F48

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

Shades of Raw Sienna #CB7F48

Tints of Raw Sienna #CB7F48

Color information

#CB7F48 (or 0xCB7F48) is unknown color: approx Raw Sienna. HEX triplet: CB, 7F and 48. RGB value is (203,127,72). Sum of RGB (Red+Green+Blue) = 203+127+72=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7F48 is #3480B7. Grayscale: #8F8F8F. Windows color (decimal): -3440824 or 4751307. OLE color: 4751307.

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

Color convert

RGB20312772-
CMYK00.370.650.20
HSL25.19º55.74%53.92%-
HSV(B)25.19º64.53%79.61%-
XYZ33.3928.349.84-
YUV143.4587.68170.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.50%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 72 (28.52% from 255) = 17.91%
R=50.50%
G=31.59%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031277200.370.650.2025.1955.7453.92
HexCB7F480254114193836
Octal31317711004510124317066
Binary1100101111111111001000010010110000011010011001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7F48; }

 p { color: rgb(203,127,72); }

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

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

 a { background-color: rgb(203,127,72); }

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

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

 span { border-color: rgb(203,127,72); }

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