Html Css Color HEX #992E24 Brown

📋 copy color: '#992E24'

red 153 ◦ green 46 ◦ blue 36

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

Shades of Brown #992E24

Tints of Brown #992E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.32%

R = 65.11%
G = 19.57%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#992E24 (or 0x992E24) is known color: Brown. HEX triplet: 99, 2E and 24. RGB value is (153,46,36). Sum of RGB (Red+Green+Blue) = 153+46+36=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #992E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992E24 is #66D1DB. Grayscale: #4C4C4C. Windows color (decimal): -6738396 or 2371225. OLE color: 2371225.

HSL color Cylindrical-coordinate representation of color #992E24: hue angle of 5.13º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992E24 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 46 36 -
CMYK 0 0.70 0.76 0.4
HSL 5.13º 0.62% 0.37% -
HSV(B) 5.13º 0.76% 0.6% -
XYZ 14.43 8.85 2.62 -
YUV 76.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 153 46 36 0 0.70 0.76 0.4 5.13 0.62 0.37
Hex 99 2E 24 0 46 4C 28 5 3E 25
Octal 231 56 44 0 106 114 50 5 76 45
Binary 10011001 101110 100100 0 1000110 1001100 101000 101 111110 100101

Color Harmonies of #992E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992E24

Black with #992E24

Text Example


Text Example

White with #992E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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