Html Css Color HEX #CB8349 Raw Sienna

📋 copy color: '#CB8349'

red 203 ◦ green 131 ◦ blue 73

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

Shades of Raw Sienna #CB8349

Tints of Raw Sienna #CB8349

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.19%

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

R = 49.88%
G = 32.19%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB8349 (or 0xCB8349) is known color: Raw Sienna. HEX triplet: CB, 83 and 49. RGB value is (203,131,73). Sum of RGB (Red+Green+Blue) = 203+131+73=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8349 is #347CB6. Grayscale: #929292. Windows color (decimal): -3439799 or 4817867. OLE color: 4817867.

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

Color convert

RGB 203 131 73 -
CMYK 0 0.35 0.64 0.20
HSL 26.77º 0.56% 0.54% -
HSV(B) 26.77º 0.64% 0.8% -
XYZ 33.95 29.41 10.19 -
YUV 145.92 86.85 168.72 -
System Red Green Blue C M Y K H S L
Decimal 203 131 73 0 0.35 0.64 0.20 26.77 0.56 0.54
Hex CB 83 49 0 23 40 14 1B 38 36
Octal 313 203 111 0 43 100 24 33 70 66
Binary 11001011 10000011 1001001 0 100011 1000000 10100 11011 111000 110110

Color Harmonies of #CB8349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8349

Black with #CB8349

Text Example


Text Example

White with #CB8349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8349; }

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

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

background-color css

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

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

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

border-color css

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

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

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