Html Css Color HEX #912D0D Burnt Umber

📋 copy color: '#912D0D'

red 145 ◦ green 45 ◦ blue 13

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

Shades of Burnt Umber #912D0D

Tints of Burnt Umber #912D0D

RGB

 RED value IS 145 (57.03% from 255) = 71.43%

 GREEN value IS 45 (17.97% from 255) = 22.17%

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

R = 71.43%
G = 22.17%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#912D0D (or 0x912D0D) is known color: Burnt Umber. HEX triplet: 91, 2D and 0D. RGB value is (145,45,13). Sum of RGB (Red+Green+Blue) = 145+45+13=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #912D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912D0D is #6ED2F2. Grayscale: #474747. Windows color (decimal): -7262963 or 863633. OLE color: 863633.

HSL color Cylindrical-coordinate representation of color #912D0D: hue angle of 14.55º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #912D0D is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 45 13 -
CMYK 0 0.69 0.91 0.43
HSL 14.55º 0.84% 0.31% -
HSV(B) 14.55º 0.91% 0.57% -
XYZ 12.69 7.93 1.24 -
YUV 71.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 145 45 13 0 0.69 0.91 0.43 14.55 0.84 0.31
Hex 91 2D D 0 45 5B 2B F 54 1F
Octal 221 55 15 0 105 133 53 17 124 37
Binary 10010001 101101 1101 0 1000101 1011011 101011 1111 1010100 11111

Color Harmonies of #912D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912D0D

Black with #912D0D

Text Example


Text Example

White with #912D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912D0D; }

 p { color: rgb(145,45,13); }

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

background-color css

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

 a { background-color: rgb(145,45,13); }

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

border-color css

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

 span { border-color: rgb(145,45,13); }

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