Html Css Color HEX #992D20 Burnt Umber

📋 copy color: '#992D20'

red 153 ◦ green 45 ◦ blue 32

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

Shades of Burnt Umber #992D20

Tints of Burnt Umber #992D20

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.57%

 BLUE value IS 32 (12.89% from 255) = 13.91%

R = 66.52%
G = 19.57%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#992D20 (or 0x992D20) is known color: Burnt Umber. HEX triplet: 99, 2D and 20. RGB value is (153,45,32). Sum of RGB (Red+Green+Blue) = 153+45+32=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #992D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D20 is #66D2DF. Grayscale: #4B4B4B. Windows color (decimal): -6738656 or 2108825. OLE color: 2108825.

HSL color Cylindrical-coordinate representation of color #992D20: hue angle of 6.45º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992D20 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 45 32 -
CMYK 0 0.71 0.79 0.4
HSL 6.45º 0.65% 0.36% -
HSV(B) 6.45º 0.79% 0.6% -
XYZ 14.34 8.75 2.3 -
YUV 75.81 103.28 183.06 -
System Red Green Blue C M Y K H S L
Decimal 153 45 32 0 0.71 0.79 0.4 6.45 0.65 0.36
Hex 99 2D 20 0 47 4F 28 6 41 24
Octal 231 55 40 0 107 117 50 6 101 44
Binary 10011001 101101 100000 0 1000111 1001111 101000 110 1000001 100100

Color Harmonies of #992D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992D20

Black with #992D20

Text Example


Text Example

White with #992D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,45,32); }

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

background-color css

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

 a { background-color: rgb(153,45,32); }

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

border-color css

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

 span { border-color: rgb(153,45,32); }

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