Html Css Color HEX #952A0D Burnt Umber

📋 copy color: '#952A0D'

red 149 ◦ green 42 ◦ blue 13

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

Shades of Burnt Umber #952A0D

Tints of Burnt Umber #952A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.37%

R = 73.04%
G = 20.59%
B = 6.37%

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

#952A0D (or 0x952A0D) is known color: Burnt Umber. HEX triplet: 95, 2A and 0D. RGB value is (149,42,13). Sum of RGB (Red+Green+Blue) = 149+42+13=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #952A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952A0D is #6AD5F2. Grayscale: #464646. Windows color (decimal): -7001587 or 862869. OLE color: 862869.

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

Color convert

RGB 149 42 13 -
CMYK 0 0.72 0.91 0.42
HSL 12.79º 0.84% 0.32% -
HSV(B) 12.79º 0.91% 0.58% -
XYZ 13.3 8.07 1.24 -
YUV 70.69 95.45 183.86 -
System Red Green Blue C M Y K H S L
Decimal 149 42 13 0 0.72 0.91 0.42 12.79 0.84 0.32
Hex 95 2A D 0 48 5B 2A D 54 20
Octal 225 52 15 0 110 133 52 15 124 40
Binary 10010101 101010 1101 0 1001000 1011011 101010 1101 1010100 100000

Color Harmonies of #952A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A0D

Black with #952A0D

Text Example


Text Example

White with #952A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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