Html Css Color HEX #912F15 Burnt Umber

📋 copy color: '#912F15'

red 145 ◦ green 47 ◦ blue 21

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

Shades of Burnt Umber #912F15

Tints of Burnt Umber #912F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.86%

R = 68.08%
G = 22.07%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#912F15 (or 0x912F15) is known color: Burnt Umber. HEX triplet: 91, 2F and 15. RGB value is (145,47,21). Sum of RGB (Red+Green+Blue) = 145+47+21=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #912F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912F15 is #6ED0EA. Grayscale: #494949. Windows color (decimal): -7262443 or 1388433. OLE color: 1388433.

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

Color convert

RGB 145 47 21 -
CMYK 0 0.68 0.86 0.43
HSL 12.58º 0.75% 0.33% -
HSV(B) 12.58º 0.86% 0.57% -
XYZ 12.83 8.11 1.6 -
YUV 73.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 145 47 21 0 0.68 0.86 0.43 12.58 0.75 0.33
Hex 91 2F 15 0 44 56 2B D 4B 21
Octal 221 57 25 0 104 126 53 15 113 41
Binary 10010001 101111 10101 0 1000100 1010110 101011 1101 1001011 100001

Color Harmonies of #912F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912F15

Black with #912F15

Text Example


Text Example

White with #912F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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