#CB7C4A

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

Shades of Raw Sienna #CB7C4A

Tints of Raw Sienna #CB7C4A

Color information

#CB7C4A (or 0xCB7C4A) is unknown color: approx Raw Sienna. HEX triplet: CB, 7C and 4A. RGB value is (203,124,74). Sum of RGB (Red+Green+Blue) = 203+124+74=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7C4A is #3483B5. Grayscale: #8E8E8E. Windows color (decimal): -3441590 or 4881611. OLE color: 4881611.

HSL color Cylindrical-coordinate representation of color #CB7C4A: hue angle of 23.26º degrees, saturation: 0.55, 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 #CB7C4A is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20312474-
CMYK00.390.640.20
HSL23.26º55.36%54.31%-
HSV(B)23.26º63.55%79.61%-
XYZ33.0727.6110.06-
YUV141.9289.67171.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.62%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 74 (29.30% from 255) = 18.45%
R=50.62%
G=30.92%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031247400.390.640.2023.2655.3654.31
HexCB7C4A0274014173736
Octal31317411204710024276766
Binary1100101111111001001010010011110000001010010111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7C4A; }

 p { color: rgb(203,124,74); }

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

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

 a { background-color: rgb(203,124,74); }

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

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

 span { border-color: rgb(203,124,74); }

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