Html Css Color HEX #99320F Burnt Umber

📋 copy color: '#99320F'

red 153 ◦ green 50 ◦ blue 15

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

Shades of Burnt Umber #99320F

Tints of Burnt Umber #99320F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.88%

R = 70.18%
G = 22.94%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99320F (or 0x99320F) is known color: Burnt Umber. HEX triplet: 99, 32 and 0F. RGB value is (153,50,15). Sum of RGB (Red+Green+Blue) = 153+50+15=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #99320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99320F is #66CDF0. Grayscale: #4D4D4D. Windows color (decimal): -6737393 or 995993. OLE color: 995993.

HSL color Cylindrical-coordinate representation of color #99320F: hue angle of 15.22º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99320F is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 50 15 -
CMYK 0 0.67 0.90 0.4
HSL 15.22º 0.82% 0.33% -
HSV(B) 15.22º 0.9% 0.6% -
XYZ 14.36 9.09 1.45 -
YUV 76.81 93.12 182.35 -
System Red Green Blue C M Y K H S L
Decimal 153 50 15 0 0.67 0.90 0.4 15.22 0.82 0.33
Hex 99 32 F 0 43 5A 28 F 52 21
Octal 231 62 17 0 103 132 50 17 122 41
Binary 10011001 110010 1111 0 1000011 1011010 101000 1111 1010010 100001

Color Harmonies of #99320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99320F

Black with #99320F

Text Example


Text Example

White with #99320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99320F; }

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

 H1.HeaderClassName
 {
   color: #99320F;
 }
 .AnyTagClassName
 {
   color: #99320F;
 }
</style>

background-color css

<style>
 a { background-color: #99320F; }

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

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

border-color css

<style>
 span { border-color: #99320F; }

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

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