Html Css Color HEX #912B1D Burnt Umber

📋 copy color: '#912B1D'

red 145 ◦ green 43 ◦ blue 29

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

Shades of Burnt Umber #912B1D

Tints of Burnt Umber #912B1D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.82%

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

R = 66.82%
G = 19.82%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#912B1D (or 0x912B1D) is known color: Burnt Umber. HEX triplet: 91, 2B and 1D. RGB value is (145,43,29). Sum of RGB (Red+Green+Blue) = 145+43+29=217 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.82% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 145 - color contains mainly: red. Hex color #912B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912B1D is #6ED4E2. Grayscale: #484848. Windows color (decimal): -7263459 or 1911697. OLE color: 1911697.

HSL color Cylindrical-coordinate representation of color #912B1D: hue angle of 7.24º 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 #912B1D is Cyan = 0, Magento = 0.70, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 43 29 -
CMYK 0 0.70 0.8 0.43
HSL 7.24º 0.67% 0.34% -
HSV(B) 7.24º 0.8% 0.57% -
XYZ 12.76 7.84 2 -
YUV 71.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 145 43 29 0 0.70 0.8 0.43 7.24 0.67 0.34
Hex 91 2B 1D 0 46 50 2B 7 43 22
Octal 221 53 35 0 106 120 53 7 103 42
Binary 10010001 101011 11101 0 1000110 1010000 101011 111 1000011 100010

Color Harmonies of #912B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912B1D

Black with #912B1D

Text Example


Text Example

White with #912B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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