Html Css Color HEX #992E1A Burnt Umber

📋 copy color: '#992E1A'

red 153 ◦ green 46 ◦ blue 26

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

Shades of Burnt Umber #992E1A

Tints of Burnt Umber #992E1A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.44%

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

R = 68%
G = 20.44%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.4

RGB Variations

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

Color information

#992E1A (or 0x992E1A) is known color: Burnt Umber. HEX triplet: 99, 2E and 1A. RGB value is (153,46,26). Sum of RGB (Red+Green+Blue) = 153+46+26=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #992E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992E1A is #66D1E5. Grayscale: #4B4B4B. Windows color (decimal): -6738406 or 1715865. OLE color: 1715865.

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

Color convert

RGB 153 46 26 -
CMYK 0 0.70 0.83 0.4
HSL 9.45º 0.71% 0.35% -
HSV(B) 9.45º 0.83% 0.6% -
XYZ 14.3 8.8 1.92 -
YUV 75.71 99.95 183.13 -
System Red Green Blue C M Y K H S L
Decimal 153 46 26 0 0.70 0.83 0.4 9.45 0.71 0.35
Hex 99 2E 1A 0 46 53 28 9 47 23
Octal 231 56 32 0 106 123 50 11 107 43
Binary 10011001 101110 11010 0 1000110 1010011 101000 1001 1000111 100011

Color Harmonies of #992E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992E1A

Black with #992E1A

Text Example


Text Example

White with #992E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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