Html Css Color HEX #99331E Burnt Umber

📋 copy color: '#99331E'

red 153 ◦ green 51 ◦ blue 30

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

Shades of Burnt Umber #99331E

Tints of Burnt Umber #99331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.82%

R = 65.38%
G = 21.79%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99331E (or 0x99331E) is known color: Burnt Umber. HEX triplet: 99, 33 and 1E. RGB value is (153,51,30). Sum of RGB (Red+Green+Blue) = 153+51+30=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #99331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99331E is #66CCE1. Grayscale: #4F4F4F. Windows color (decimal): -6737122 or 1979289. OLE color: 1979289.

HSL color Cylindrical-coordinate representation of color #99331E: hue angle of 10.24º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99331E is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 51 30 -
CMYK 0 0.67 0.80 0.4
HSL 10.24º 0.67% 0.36% -
HSV(B) 10.24º 0.8% 0.6% -
XYZ 14.56 9.23 2.24 -
YUV 79.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 153 51 30 0 0.67 0.80 0.4 10.24 0.67 0.36
Hex 99 33 1E 0 43 50 28 A 43 24
Octal 231 63 36 0 103 120 50 12 103 44
Binary 10011001 110011 11110 0 1000011 1010000 101000 1010 1000011 100100

Color Harmonies of #99331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99331E

Black with #99331E

Text Example


Text Example

White with #99331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,51,30); }

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

background-color css

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

 a { background-color: rgb(153,51,30); }

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

border-color css

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

 span { border-color: rgb(153,51,30); }

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