Html Css Color HEX #99321D Burnt Umber

📋 copy color: '#99321D'

red 153 ◦ green 50 ◦ blue 29

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

Shades of Burnt Umber #99321D

Tints of Burnt Umber #99321D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.5%

R = 65.95%
G = 21.55%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#99321D (or 0x99321D) is known color: Burnt Umber. HEX triplet: 99, 32 and 1D. RGB value is (153,50,29). Sum of RGB (Red+Green+Blue) = 153+50+29=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #99321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99321D is #66CDE2. Grayscale: #4E4E4E. Windows color (decimal): -6737379 or 1913497. OLE color: 1913497.

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

Color convert

RGB 153 50 29 -
CMYK 0 0.67 0.81 0.4
HSL 10.16º 0.68% 0.36% -
HSV(B) 10.16º 0.81% 0.6% -
XYZ 14.5 9.14 2.16 -
YUV 78.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 153 50 29 0 0.67 0.81 0.4 10.16 0.68 0.36
Hex 99 32 1D 0 43 51 28 A 44 24
Octal 231 62 35 0 103 121 50 12 104 44
Binary 10011001 110010 11101 0 1000011 1010001 101000 1010 1000100 100100

Color Harmonies of #99321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99321D

Black with #99321D

Text Example


Text Example

White with #99321D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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