#CB7A48

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

Shades of Raw Sienna #CB7A48

Tints of Raw Sienna #CB7A48

Color information

#CB7A48 (or 0xCB7A48) is unknown color: approx Raw Sienna. HEX triplet: CB, 7A and 48. RGB value is (203,122,72). Sum of RGB (Red+Green+Blue) = 203+122+72=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7A48 is #3485B7. Grayscale: #8C8C8C. Windows color (decimal): -3442104 or 4750027. OLE color: 4750027.

HSL color Cylindrical-coordinate representation of color #CB7A48: 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.65%. Process color model (Four color, CMYK) of #CB7A48 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB20312272-
CMYK00.400.650.20
HSL22.9º55.74%53.92%-
HSV(B)22.9º64.53%79.61%-
XYZ32.7627.089.63-
YUV140.5289.34172.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.13%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=51.13%
G=30.73%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031227200.400.650.2022.955.7453.92
HexCB7A480284114173836
Octal31317211005010124277066
Binary1100101111110101001000010100010000011010010111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7A48; }

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

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

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

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

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

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

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

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