Html Css Color HEX #992B24 Brown

📋 copy color: '#992B24'

red 153 ◦ green 43 ◦ blue 36

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

Shades of Brown #992B24

Tints of Brown #992B24

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.53%

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

R = 65.95%
G = 18.53%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#992B24 (or 0x992B24) is known color: Brown. HEX triplet: 99, 2B and 24. RGB value is (153,43,36). Sum of RGB (Red+Green+Blue) = 153+43+36=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #992B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992B24 is #66D4DB. Grayscale: #4B4B4B. Windows color (decimal): -6739164 or 2370457. OLE color: 2370457.

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

Color convert

RGB 153 43 36 -
CMYK 0 0.72 0.76 0.4
HSL 3.59º 0.62% 0.37% -
HSV(B) 3.59º 0.76% 0.6% -
XYZ 14.32 8.63 2.58 -
YUV 75.09 105.94 183.57 -
System Red Green Blue C M Y K H S L
Decimal 153 43 36 0 0.72 0.76 0.4 3.59 0.62 0.37
Hex 99 2B 24 0 48 4C 28 4 3E 25
Octal 231 53 44 0 110 114 50 4 76 45
Binary 10011001 101011 100100 0 1001000 1001100 101000 100 111110 100101

Color Harmonies of #992B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992B24

Black with #992B24

Text Example


Text Example

White with #992B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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