Html Css Color HEX #99301A Burnt Umber

📋 copy color: '#99301A'

red 153 ◦ green 48 ◦ blue 26

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

Shades of Burnt Umber #99301A

Tints of Burnt Umber #99301A

RGB

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

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

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

R = 67.4%
G = 21.15%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.4

RGB Variations

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

Color information

#99301A (or 0x99301A) is known color: Burnt Umber. HEX triplet: 99, 30 and 1A. RGB value is (153,48,26). Sum of RGB (Red+Green+Blue) = 153+48+26=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #99301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99301A is #66CFE5. Grayscale: #4D4D4D. Windows color (decimal): -6737894 or 1716377. OLE color: 1716377.

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

Color convert

RGB 153 48 26 -
CMYK 0 0.69 0.83 0.4
HSL 10.39º 0.71% 0.35% -
HSV(B) 10.39º 0.83% 0.6% -
XYZ 14.38 8.96 1.95 -
YUV 76.89 99.29 182.29 -
System Red Green Blue C M Y K H S L
Decimal 153 48 26 0 0.69 0.83 0.4 10.39 0.71 0.35
Hex 99 30 1A 0 45 53 28 A 47 23
Octal 231 60 32 0 105 123 50 12 107 43
Binary 10011001 110000 11010 0 1000101 1010011 101000 1010 1000111 100011

Color Harmonies of #99301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99301A

Black with #99301A

Text Example


Text Example

White with #99301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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