Html Css Color HEX #912D1D Burnt Umber

📋 copy color: '#912D1D'

red 145 ◦ green 45 ◦ blue 29

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

Shades of Burnt Umber #912D1D

Tints of Burnt Umber #912D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.24%

R = 66.21%
G = 20.55%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#912D1D (or 0x912D1D) is known color: Burnt Umber. HEX triplet: 91, 2D and 1D. RGB value is (145,45,29). Sum of RGB (Red+Green+Blue) = 145+45+29=219 (29% of max value = 765). Red value is 145 (57.03% from 255 or 66.21% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 145 - color contains mainly: red. Hex color #912D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912D1D is #6ED2E2. Grayscale: #494949. Windows color (decimal): -7262947 or 1912209. OLE color: 1912209.

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

Color convert

RGB 145 45 29 -
CMYK 0 0.69 0.8 0.43
HSL 8.28º 0.67% 0.34% -
HSV(B) 8.28º 0.8% 0.57% -
XYZ 12.84 7.99 2.03 -
YUV 73.08 103.13 179.3 -
System Red Green Blue C M Y K H S L
Decimal 145 45 29 0 0.69 0.8 0.43 8.28 0.67 0.34
Hex 91 2D 1D 0 45 50 2B 8 43 22
Octal 221 55 35 0 105 120 53 10 103 42
Binary 10010001 101101 11101 0 1000101 1010000 101011 1000 1000011 100010

Color Harmonies of #912D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912D1D

Black with #912D1D

Text Example


Text Example

White with #912D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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