Html Css Color HEX #CB8248 Raw Sienna

📋 copy color: '#CB8248'

red 203 ◦ green 130 ◦ blue 72

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

Shades of Raw Sienna #CB8248

Tints of Raw Sienna #CB8248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.1%

 BLUE value IS 72 (28.52% from 255) = 17.78%

R = 50.12%
G = 32.1%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB8248 (or 0xCB8248) is known color: Raw Sienna. HEX triplet: CB, 82 and 48. RGB value is (203,130,72). Sum of RGB (Red+Green+Blue) = 203+130+72=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8248 is #347DB7. Grayscale: #919191. Windows color (decimal): -3440056 or 4752075. OLE color: 4752075.

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

Color convert

RGB 203 130 72 -
CMYK 0 0.36 0.65 0.20
HSL 26.56º 0.56% 0.54% -
HSV(B) 26.56º 0.65% 0.8% -
XYZ 33.78 29.13 9.97 -
YUV 145.22 86.68 169.22 -
System Red Green Blue C M Y K H S L
Decimal 203 130 72 0 0.36 0.65 0.20 26.56 0.56 0.54
Hex CB 82 48 0 24 41 14 1B 38 36
Octal 313 202 110 0 44 101 24 33 70 66
Binary 11001011 10000010 1001000 0 100100 1000001 10100 11011 111000 110110

Color Harmonies of #CB8248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8248

Black with #CB8248

Text Example


Text Example

White with #CB8248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8248; }

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

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

background-color css

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

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

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

border-color css

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

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

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