Html Css Color HEX #992F1D Burnt Umber

📋 copy color: '#992F1D'

red 153 ◦ green 47 ◦ blue 29

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

Shades of Burnt Umber #992F1D

Tints of Burnt Umber #992F1D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.52%

 BLUE value IS 29 (11.72% from 255) = 12.66%

R = 66.81%
G = 20.52%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#992F1D (or 0x992F1D) is known color: Burnt Umber. HEX triplet: 99, 2F and 1D. RGB value is (153,47,29). Sum of RGB (Red+Green+Blue) = 153+47+29=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #992F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F1D is #66D0E2. Grayscale: #4C4C4C. Windows color (decimal): -6738147 or 1912729. OLE color: 1912729.

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

Color convert

RGB 153 47 29 -
CMYK 0 0.69 0.81 0.4
HSL 8.71º 0.68% 0.36% -
HSV(B) 8.71º 0.81% 0.6% -
XYZ 14.38 8.89 2.12 -
YUV 76.64 101.12 182.46 -
System Red Green Blue C M Y K H S L
Decimal 153 47 29 0 0.69 0.81 0.4 8.71 0.68 0.36
Hex 99 2F 1D 0 45 51 28 9 44 24
Octal 231 57 35 0 105 121 50 11 104 44
Binary 10011001 101111 11101 0 1000101 1010001 101000 1001 1000100 100100

Color Harmonies of #992F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992F1D

Black with #992F1D

Text Example


Text Example

White with #992F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,47,29); }

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

background-color css

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

 a { background-color: rgb(153,47,29); }

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

border-color css

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

 span { border-color: rgb(153,47,29); }

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