Html Css Color HEX #913312 Burnt Umber

📋 copy color: '#913312'

red 145 ◦ green 51 ◦ blue 18

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

Shades of Burnt Umber #913312

Tints of Burnt Umber #913312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.83%

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 67.76%
G = 23.83%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#913312 (or 0x913312) is known color: Burnt Umber. HEX triplet: 91, 33 and 12. RGB value is (145,51,18). Sum of RGB (Red+Green+Blue) = 145+51+18=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #913312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913312 is #6ECCED. Grayscale: #4B4B4B. Windows color (decimal): -7261422 or 1192849. OLE color: 1192849.

HSL color Cylindrical-coordinate representation of color #913312: hue angle of 15.59º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #913312 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 51 18 -
CMYK 0 0.65 0.88 0.43
HSL 15.59º 0.78% 0.32% -
HSV(B) 15.59º 0.88% 0.57% -
XYZ 12.97 8.43 1.52 -
YUV 75.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 145 51 18 0 0.65 0.88 0.43 15.59 0.78 0.32
Hex 91 33 12 0 41 58 2B 10 4E 20
Octal 221 63 22 0 101 130 53 20 116 40
Binary 10010001 110011 10010 0 1000001 1011000 101011 10000 1001110 100000

Color Harmonies of #913312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913312

Black with #913312

Text Example


Text Example

White with #913312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913312; }

 p { color: rgb(145,51,18); }

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

background-color css

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

 a { background-color: rgb(145,51,18); }

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

border-color css

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

 span { border-color: rgb(145,51,18); }

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