Html Css Color HEX #99310E Burnt Umber

📋 copy color: '#99310E'

red 153 ◦ green 49 ◦ blue 14

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

Shades of Burnt Umber #99310E

Tints of Burnt Umber #99310E

RGB

 RED value IS 153 (60.16% from 255) = 70.83%

 GREEN value IS 49 (19.53% from 255) = 22.69%

 BLUE value IS 14 (5.86% from 255) = 6.48%

R = 70.83%
G = 22.69%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#99310E (or 0x99310E) is known color: Burnt Umber. HEX triplet: 99, 31 and 0E. RGB value is (153,49,14). Sum of RGB (Red+Green+Blue) = 153+49+14=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #99310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99310E is #66CEF1. Grayscale: #4C4C4C. Windows color (decimal): -6737650 or 930201. OLE color: 930201.

HSL color Cylindrical-coordinate representation of color #99310E: hue angle of 15.11º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99310E is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 49 14 -
CMYK 0 0.68 0.91 0.4
HSL 15.11º 0.83% 0.33% -
HSV(B) 15.11º 0.91% 0.6% -
XYZ 14.31 9 1.4 -
YUV 76.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 153 49 14 0 0.68 0.91 0.4 15.11 0.83 0.33
Hex 99 31 E 0 44 5B 28 F 53 21
Octal 231 61 16 0 104 133 50 17 123 41
Binary 10011001 110001 1110 0 1000100 1011011 101000 1111 1010011 100001

Color Harmonies of #99310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99310E

Black with #99310E

Text Example


Text Example

White with #99310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99310E; }

 p { color: rgb(153,49,14); }

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

background-color css

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

 a { background-color: rgb(153,49,14); }

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

border-color css

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

 span { border-color: rgb(153,49,14); }

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