Html Css Color HEX #99301E Burnt Umber

📋 copy color: '#99301E'

red 153 ◦ green 48 ◦ blue 30

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

Shades of Burnt Umber #99301E

Tints of Burnt Umber #99301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.78%

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

R = 66.23%
G = 20.78%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99301E (or 0x99301E) is known color: Burnt Umber. HEX triplet: 99, 30 and 1E. RGB value is (153,48,30). Sum of RGB (Red+Green+Blue) = 153+48+30=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #99301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99301E is #66CFE1. Grayscale: #4D4D4D. Windows color (decimal): -6737890 or 1978521. OLE color: 1978521.

HSL color Cylindrical-coordinate representation of color #99301E: hue angle of 8.78º 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 #99301E is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 48 30 -
CMYK 0 0.69 0.80 0.4
HSL 8.78º 0.67% 0.36% -
HSV(B) 8.78º 0.8% 0.6% -
XYZ 14.43 8.98 2.2 -
YUV 77.34 101.29 181.96 -
System Red Green Blue C M Y K H S L
Decimal 153 48 30 0 0.69 0.80 0.4 8.78 0.67 0.36
Hex 99 30 1E 0 45 50 28 9 43 24
Octal 231 60 36 0 105 120 50 11 103 44
Binary 10011001 110000 11110 0 1000101 1010000 101000 1001 1000011 100100

Color Harmonies of #99301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99301E

Black with #99301E

Text Example


Text Example

White with #99301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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