Html Css Color HEX #912710 Burnt Umber

📋 copy color: '#912710'

red 145 ◦ green 39 ◦ blue 16

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

Shades of Burnt Umber #912710

Tints of Burnt Umber #912710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.5%

 BLUE value IS 16 (6.64% from 255) = 8%

R = 72.5%
G = 19.5%
B = 8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#912710 (or 0x912710) is known color: Burnt Umber. HEX triplet: 91, 27 and 10. RGB value is (145,39,16). Sum of RGB (Red+Green+Blue) = 145+39+16=200 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 145 - color contains mainly: red. Hex color #912710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912710 is #6ED8EF. Grayscale: #444444. Windows color (decimal): -7264496 or 1058705. OLE color: 1058705.

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

Color convert

RGB 145 39 16 -
CMYK 0 0.73 0.89 0.43
HSL 10.7º 0.8% 0.32% -
HSV(B) 10.7º 0.89% 0.57% -
XYZ 12.5 7.51 1.28 -
YUV 68.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 145 39 16 0 0.73 0.89 0.43 10.7 0.8 0.32
Hex 91 27 10 0 49 59 2B B 50 20
Octal 221 47 20 0 111 131 53 13 120 40
Binary 10010001 100111 10000 0 1001001 1011001 101011 1011 1010000 100000

Color Harmonies of #912710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912710

Black with #912710

Text Example


Text Example

White with #912710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912710; }

 p { color: rgb(145,39,16); }

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

background-color css

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

 a { background-color: rgb(145,39,16); }

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

border-color css

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

 span { border-color: rgb(145,39,16); }

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