Html Css Color HEX #952A0E Burnt Umber

📋 copy color: '#952A0E'

red 149 ◦ green 42 ◦ blue 14

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

Shades of Burnt Umber #952A0E

Tints of Burnt Umber #952A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.83%

R = 72.68%
G = 20.49%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#952A0E (or 0x952A0E) is known color: Burnt Umber. HEX triplet: 95, 2A and 0E. RGB value is (149,42,14). Sum of RGB (Red+Green+Blue) = 149+42+14=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #952A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952A0E is #6AD5F1. Grayscale: #474747. Windows color (decimal): -7001586 or 928405. OLE color: 928405.

HSL color Cylindrical-coordinate representation of color #952A0E: hue angle of 12.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #952A0E is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 42 14 -
CMYK 0 0.72 0.91 0.42
HSL 12.44º 0.83% 0.32% -
HSV(B) 12.44º 0.91% 0.58% -
XYZ 13.3 8.08 1.27 -
YUV 70.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 149 42 14 0 0.72 0.91 0.42 12.44 0.83 0.32
Hex 95 2A E 0 48 5B 2A C 53 20
Octal 225 52 16 0 110 133 52 14 123 40
Binary 10010101 101010 1110 0 1001000 1011011 101010 1100 1010011 100000

Color Harmonies of #952A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A0E

Black with #952A0E

Text Example


Text Example

White with #952A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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