Html Css Color HEX #912F1F Burnt Umber

📋 copy color: '#912F1F'

red 145 ◦ green 47 ◦ blue 31

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

Shades of Burnt Umber #912F1F

Tints of Burnt Umber #912F1F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.08%

 BLUE value IS 31 (12.5% from 255) = 13.9%

R = 65.02%
G = 21.08%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#912F1F (or 0x912F1F) is known color: Burnt Umber. HEX triplet: 91, 2F and 1F. RGB value is (145,47,31). Sum of RGB (Red+Green+Blue) = 145+47+31=223 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.02% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 145 - color contains mainly: red. Hex color #912F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912F1F is #6ED0E0. Grayscale: #4A4A4A. Windows color (decimal): -7262433 or 2043793. OLE color: 2043793.

HSL color Cylindrical-coordinate representation of color #912F1F: hue angle of 8.42º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #912F1F is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 47 31 -
CMYK 0 0.68 0.79 0.43
HSL 8.42º 0.65% 0.35% -
HSV(B) 8.42º 0.79% 0.57% -
XYZ 12.94 8.15 2.19 -
YUV 74.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 145 47 31 0 0.68 0.79 0.43 8.42 0.65 0.35
Hex 91 2F 1F 0 44 4F 2B 8 41 23
Octal 221 57 37 0 104 117 53 10 101 43
Binary 10010001 101111 11111 0 1000100 1001111 101011 1000 1000001 100011

Color Harmonies of #912F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912F1F

Black with #912F1F

Text Example


Text Example

White with #912F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,47,31); }

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

background-color css

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

 a { background-color: rgb(145,47,31); }

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

border-color css

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

 span { border-color: rgb(145,47,31); }

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