#CB7C50

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

Shades of Raw Sienna #CB7C50

Tints of Raw Sienna #CB7C50

Color information

#CB7C50 (or 0xCB7C50) is unknown color: approx Raw Sienna. HEX triplet: CB, 7C and 50. RGB value is (203,124,80). Sum of RGB (Red+Green+Blue) = 203+124+80=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C50 is #3483AF. Grayscale: #8E8E8E. Windows color (decimal): -3441584 or 5274827. OLE color: 5274827.

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

Color convert

RGB20312480-
CMYK00.390.610.20
HSL21.46º54.19%55.49%-
HSV(B)21.46º60.59%79.61%-
XYZ33.2827.6911.18-
YUV142.692.67171.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.88%
GREEN value IS 124 (48.83% from 255) = 30.47%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=49.88%
G=30.47%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031248000.390.610.2021.4654.1955.49
HexCB7C500273D14153637
Octal3131741200477524256667
Binary110010111111100101000001001111111011010010101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7C50; }

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

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

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

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

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

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

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

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