Html Css Color HEX #952808 Burnt Umber

📋 copy color: '#952808'

red 149 ◦ green 40 ◦ blue 8

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

Shades of Burnt Umber #952808

Tints of Burnt Umber #952808

RGB

 RED value IS 149 (58.59% from 255) = 75.63%

 GREEN value IS 40 (16.02% from 255) = 20.3%

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 75.63%
G = 20.3%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#952808 (or 0x952808) is known color: Burnt Umber. HEX triplet: 95, 28 and 08. RGB value is (149,40,8). Sum of RGB (Red+Green+Blue) = 149+40+8=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #952808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952808 is #6AD7F7. Grayscale: #454545. Windows color (decimal): -7002104 or 534677. OLE color: 534677.

HSL color Cylindrical-coordinate representation of color #952808: hue angle of 13.62º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #952808 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 40 8 -
CMYK 0 0.73 0.95 0.42
HSL 13.62º 0.9% 0.31% -
HSV(B) 13.62º 0.95% 0.58% -
XYZ 13.2 7.92 1.06 -
YUV 68.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 149 40 8 0 0.73 0.95 0.42 13.62 0.9 0.31
Hex 95 28 8 0 49 5F 2A E 5A 1F
Octal 225 50 10 0 111 137 52 16 132 37
Binary 10010101 101000 1000 0 1001001 1011111 101010 1110 1011010 11111

Color Harmonies of #952808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952808

Black with #952808

Text Example


Text Example

White with #952808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952808; }

 p { color: rgb(149,40,8); }

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

background-color css

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

 a { background-color: rgb(149,40,8); }

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

border-color css

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

 span { border-color: rgb(149,40,8); }

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