Html Css Color HEX #99301D Burnt Umber

📋 copy color: '#99301D'

red 153 ◦ green 48 ◦ blue 29

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

Shades of Burnt Umber #99301D

Tints of Burnt Umber #99301D

RGB

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

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

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

R = 66.52%
G = 20.87%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#99301D (or 0x99301D) is known color: Burnt Umber. HEX triplet: 99, 30 and 1D. RGB value is (153,48,29). Sum of RGB (Red+Green+Blue) = 153+48+29=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #99301D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99301D is #66CFE2. Grayscale: #4D4D4D. Windows color (decimal): -6737891 or 1912985. OLE color: 1912985.

HSL color Cylindrical-coordinate representation of color #99301D: hue angle of 9.19º 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 #99301D is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 48 29 -
CMYK 0 0.69 0.81 0.4
HSL 9.19º 0.68% 0.36% -
HSV(B) 9.19º 0.81% 0.6% -
XYZ 14.42 8.97 2.13 -
YUV 77.23 100.79 182.04 -
System Red Green Blue C M Y K H S L
Decimal 153 48 29 0 0.69 0.81 0.4 9.19 0.68 0.36
Hex 99 30 1D 0 45 51 28 9 44 24
Octal 231 60 35 0 105 121 50 11 104 44
Binary 10011001 110000 11101 0 1000101 1010001 101000 1001 1000100 100100

Color Harmonies of #99301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99301D

Black with #99301D

Text Example


Text Example

White with #99301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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