Html Css Color HEX #952A09 Burnt Umber

📋 copy color: '#952A09'

red 149 ◦ green 42 ◦ blue 9

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

Shades of Burnt Umber #952A09

Tints of Burnt Umber #952A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.5%

R = 74.5%
G = 21%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#952A09 (or 0x952A09) is known color: Burnt Umber. HEX triplet: 95, 2A and 09. RGB value is (149,42,9). Sum of RGB (Red+Green+Blue) = 149+42+9=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #952A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952A09 is #6AD5F6. Grayscale: #464646. Windows color (decimal): -7001591 or 600725. OLE color: 600725.

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

Color convert

RGB 149 42 9 -
CMYK 0 0.72 0.94 0.42
HSL 14.14º 0.89% 0.31% -
HSV(B) 14.14º 0.94% 0.58% -
XYZ 13.27 8.07 1.12 -
YUV 70.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 149 42 9 0 0.72 0.94 0.42 14.14 0.89 0.31
Hex 95 2A 9 0 48 5E 2A E 59 1F
Octal 225 52 11 0 110 136 52 16 131 37
Binary 10010101 101010 1001 0 1001000 1011110 101010 1110 1011001 11111

Color Harmonies of #952A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A09

Black with #952A09

Text Example


Text Example

White with #952A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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