Html Css Color HEX #992D1B Burnt Umber

📋 copy color: '#992D1B'

red 153 ◦ green 45 ◦ blue 27

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

Shades of Burnt Umber #992D1B

Tints of Burnt Umber #992D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12%

R = 68%
G = 20%
B = 12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#992D1B (or 0x992D1B) is known color: Burnt Umber. HEX triplet: 99, 2D and 1B. RGB value is (153,45,27). Sum of RGB (Red+Green+Blue) = 153+45+27=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #992D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D1B is #66D2E4. Grayscale: #4B4B4B. Windows color (decimal): -6738661 or 1781145. OLE color: 1781145.

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

Color convert

RGB 153 45 27 -
CMYK 0 0.71 0.82 0.4
HSL 8.57º 0.7% 0.35% -
HSV(B) 8.57º 0.82% 0.6% -
XYZ 14.27 8.73 1.97 -
YUV 75.24 100.78 183.46 -
System Red Green Blue C M Y K H S L
Decimal 153 45 27 0 0.71 0.82 0.4 8.57 0.7 0.35
Hex 99 2D 1B 0 47 52 28 9 46 23
Octal 231 55 33 0 107 122 50 11 106 43
Binary 10011001 101101 11011 0 1000111 1010010 101000 1001 1000110 100011

Color Harmonies of #992D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992D1B

Black with #992D1B

Text Example


Text Example

White with #992D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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