Html Css Color HEX #99321E Burnt Umber

📋 copy color: '#99321E'

red 153 ◦ green 50 ◦ blue 30

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

Shades of Burnt Umber #99321E

Tints of Burnt Umber #99321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.46%

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

R = 65.67%
G = 21.46%
B = 12.88%

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

#99321E (or 0x99321E) is known color: Burnt Umber. HEX triplet: 99, 32 and 1E. RGB value is (153,50,30). Sum of RGB (Red+Green+Blue) = 153+50+30=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #99321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99321E is #66CDE1. Grayscale: #4E4E4E. Windows color (decimal): -6737378 or 1979033. OLE color: 1979033.

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

Color convert

RGB 153 50 30 -
CMYK 0 0.67 0.80 0.4
HSL 9.76º 0.67% 0.36% -
HSV(B) 9.76º 0.8% 0.6% -
XYZ 14.51 9.15 2.23 -
YUV 78.52 100.62 181.13 -
System Red Green Blue C M Y K H S L
Decimal 153 50 30 0 0.67 0.80 0.4 9.76 0.67 0.36
Hex 99 32 1E 0 43 50 28 A 43 24
Octal 231 62 36 0 103 120 50 12 103 44
Binary 10011001 110010 11110 0 1000011 1010000 101000 1010 1000011 100100

Color Harmonies of #99321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99321E

Black with #99321E

Text Example


Text Example

White with #99321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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