#CB7E50

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

Shades of Raw Sienna #CB7E50

Tints of Raw Sienna #CB7E50

Color information

#CB7E50 (or 0xCB7E50) is unknown color: approx Raw Sienna. HEX triplet: CB, 7E and 50. RGB value is (203,126,80). Sum of RGB (Red+Green+Blue) = 203+126+80=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E50 is #3481AF. Grayscale: #909090. Windows color (decimal): -3441072 or 5275339. OLE color: 5275339.

HSL color Cylindrical-coordinate representation of color #CB7E50: hue angle of 22.44º 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 #CB7E50 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB20312680-
CMYK00.380.610.20
HSL22.44º54.19%55.49%-
HSV(B)22.44º60.59%79.61%-
XYZ33.5428.211.26-
YUV143.7892.01170.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.63%
GREEN value IS 126 (49.61% from 255) = 30.81%
BLUE value IS 80 (31.64% from 255) = 19.56%
R=49.63%
G=30.81%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031268000.380.610.2022.4454.1955.49
HexCB7E500263D14163637
Octal3131761200467524266667
Binary110010111111110101000001001101111011010010110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7E50; }

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

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

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

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

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

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

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

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