#CB824B

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

Shades of Raw Sienna #CB824B

Tints of Raw Sienna #CB824B

Color information

#CB824B (or 0xCB824B) is unknown color: approx Raw Sienna. HEX triplet: CB, 82 and 4B. RGB value is (203,130,75). Sum of RGB (Red+Green+Blue) = 203+130+75=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB824B is #347DB4. Grayscale: #919191. Windows color (decimal): -3440053 or 4948683. OLE color: 4948683.

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

Color convert

RGB20313075-
CMYK00.360.630.20
HSL25.78º55.17%54.51%-
HSV(B)25.78º63.05%79.61%-
XYZ33.8829.1710.5-
YUV145.5688.18168.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.75%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 75 (29.69% from 255) = 18.38%
R=49.75%
G=31.86%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031307500.360.630.2025.7855.1754.51
HexCB824B0243F141a3737
Octal3132021130447724326767
Binary1100101110000010100101101001001111111010011010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB824B; }

 p { color: rgb(203,130,75); }

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

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

 a { background-color: rgb(203,130,75); }

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

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

 span { border-color: rgb(203,130,75); }

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