Html Css Color HEX #99301C Burnt Umber

📋 copy color: '#99301C'

red 153 ◦ green 48 ◦ blue 28

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

Shades of Burnt Umber #99301C

Tints of Burnt Umber #99301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.23%

R = 66.81%
G = 20.96%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99301C (or 0x99301C) is known color: Burnt Umber. HEX triplet: 99, 30 and 1C. RGB value is (153,48,28). Sum of RGB (Red+Green+Blue) = 153+48+28=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #99301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99301C is #66CFE3. Grayscale: #4D4D4D. Windows color (decimal): -6737892 or 1847449. OLE color: 1847449.

HSL color Cylindrical-coordinate representation of color #99301C: hue angle of 9.6º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99301C is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 48 28 -
CMYK 0 0.69 0.82 0.4
HSL 9.6º 0.69% 0.35% -
HSV(B) 9.6º 0.82% 0.6% -
XYZ 14.4 8.97 2.07 -
YUV 77.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 153 48 28 0 0.69 0.82 0.4 9.6 0.69 0.35
Hex 99 30 1C 0 45 52 28 A 45 23
Octal 231 60 34 0 105 122 50 12 105 43
Binary 10011001 110000 11100 0 1000101 1010010 101000 1010 1000101 100011

Color Harmonies of #99301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99301C

Black with #99301C

Text Example


Text Example

White with #99301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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