Html Css Color HEX #CB8049 Raw Sienna

📋 copy color: '#CB8049'

red 203 ◦ green 128 ◦ blue 73

#CB8049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Sienna #CB8049

Tints of Raw Sienna #CB8049

RGB

 RED value IS 203 (79.69% from 255) = 50.25%

 GREEN value IS 128 (50.39% from 255) = 31.68%

 BLUE value IS 73 (28.91% from 255) = 18.07%

R = 50.25%
G = 31.68%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB8049 (or 0xCB8049) is known color: Raw Sienna. HEX triplet: CB, 80 and 49. RGB value is (203,128,73). Sum of RGB (Red+Green+Blue) = 203+128+73=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8049 is #347FB6. Grayscale: #909090. Windows color (decimal): -3440567 or 4817099. OLE color: 4817099.

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

Color convert

RGB 203 128 73 -
CMYK 0 0.37 0.64 0.20
HSL 25.38º 0.56% 0.54% -
HSV(B) 25.38º 0.64% 0.8% -
XYZ 33.55 28.62 10.06 -
YUV 144.16 87.85 169.97 -
System Red Green Blue C M Y K H S L
Decimal 203 128 73 0 0.37 0.64 0.20 25.38 0.56 0.54
Hex CB 80 49 0 25 40 14 19 38 36
Octal 313 200 111 0 45 100 24 31 70 66
Binary 11001011 10000000 1001001 0 100101 1000000 10100 11001 111000 110110

Color Harmonies of #CB8049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8049

Black with #CB8049

Text Example


Text Example

White with #CB8049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8049; }

 p { color: rgb(203,128,73); }

 H1.HeaderClassName
 {
   color: #CB8049;
 }
 .AnyTagClassName
 {
   color: #CB8049;
 }
</style>

background-color css

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

 a { background-color: rgb(203,128,73); }

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

border-color css

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

 span { border-color: rgb(203,128,73); }

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