Html Css Color HEX #992A07 Burnt Umber

📋 copy color: '#992A07'

red 153 ◦ green 42 ◦ blue 7

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

Shades of Burnt Umber #992A07

Tints of Burnt Umber #992A07

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.79%

 BLUE value IS 7 (3.13% from 255) = 3.47%

R = 75.74%
G = 20.79%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#992A07 (or 0x992A07) is known color: Burnt Umber. HEX triplet: 99, 2A and 07. RGB value is (153,42,7). Sum of RGB (Red+Green+Blue) = 153+42+7=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #992A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992A07 is #66D5F8. Grayscale: #474747. Windows color (decimal): -6739449 or 469657. OLE color: 469657.

HSL color Cylindrical-coordinate representation of color #992A07: hue angle of 14.38º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #992A07 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 42 7 -
CMYK 0 0.73 0.95 0.4
HSL 14.38º 0.91% 0.31% -
HSV(B) 14.38º 0.95% 0.6% -
XYZ 14 8.44 1.09 -
YUV 71.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 153 42 7 0 0.73 0.95 0.4 14.38 0.91 0.31
Hex 99 2A 7 0 49 5F 28 E 5B 1F
Octal 231 52 7 0 111 137 50 16 133 37
Binary 10011001 101010 111 0 1001001 1011111 101000 1110 1011011 11111

Color Harmonies of #992A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A07

Black with #992A07

Text Example


Text Example

White with #992A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992A07; }

 p { color: rgb(153,42,7); }

 H1.HeaderClassName
 {
   color: #992A07;
 }
 .AnyTagClassName
 {
   color: #992A07;
 }
</style>

background-color css

<style>
 a { background-color: #992A07; }

 a { background-color: rgb(153,42,7); }

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

border-color css

<style>
 span { border-color: #992A07; }

 span { border-color: rgb(153,42,7); }

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