Html Css Color HEX #952A08 Burnt Umber

📋 copy color: '#952A08'

red 149 ◦ green 42 ◦ blue 8

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

Shades of Burnt Umber #952A08

Tints of Burnt Umber #952A08

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.11%

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

R = 74.87%
G = 21.11%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#952A08 (or 0x952A08) is known color: Burnt Umber. HEX triplet: 95, 2A and 08. RGB value is (149,42,8). Sum of RGB (Red+Green+Blue) = 149+42+8=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #952A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952A08 is #6AD5F7. Grayscale: #464646. Windows color (decimal): -7001592 or 535189. OLE color: 535189.

HSL color Cylindrical-coordinate representation of color #952A08: hue angle of 14.47º 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 #952A08 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 42 8 -
CMYK 0 0.72 0.95 0.42
HSL 14.47º 0.9% 0.31% -
HSV(B) 14.47º 0.95% 0.58% -
XYZ 13.27 8.06 1.09 -
YUV 70.12 92.95 184.26 -
System Red Green Blue C M Y K H S L
Decimal 149 42 8 0 0.72 0.95 0.42 14.47 0.9 0.31
Hex 95 2A 8 0 48 5F 2A E 5A 1F
Octal 225 52 10 0 110 137 52 16 132 37
Binary 10010101 101010 1000 0 1001000 1011111 101010 1110 1011010 11111

Color Harmonies of #952A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A08

Black with #952A08

Text Example


Text Example

White with #952A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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