Html Css Color HEX #99321A Burnt Umber

📋 copy color: '#99321A'

red 153 ◦ green 50 ◦ blue 26

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

Shades of Burnt Umber #99321A

Tints of Burnt Umber #99321A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.35%

R = 66.81%
G = 21.83%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.4

RGB Variations

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

Color information

#99321A (or 0x99321A) is known color: Burnt Umber. HEX triplet: 99, 32 and 1A. RGB value is (153,50,26). Sum of RGB (Red+Green+Blue) = 153+50+26=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #99321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99321A is #66CDE5. Grayscale: #4E4E4E. Windows color (decimal): -6737382 or 1716889. OLE color: 1716889.

HSL color Cylindrical-coordinate representation of color #99321A: hue angle of 11.34º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99321A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 50 26 -
CMYK 0 0.67 0.83 0.4
HSL 11.34º 0.71% 0.35% -
HSV(B) 11.34º 0.83% 0.6% -
XYZ 14.46 9.13 1.98 -
YUV 78.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 153 50 26 0 0.67 0.83 0.4 11.34 0.71 0.35
Hex 99 32 1A 0 43 53 28 B 47 23
Octal 231 62 32 0 103 123 50 13 107 43
Binary 10011001 110010 11010 0 1000011 1010011 101000 1011 1000111 100011

Color Harmonies of #99321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99321A

Black with #99321A

Text Example


Text Example

White with #99321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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