Html Css Color HEX #992A29 Brown

📋 copy color: '#992A29'

red 153 ◦ green 42 ◦ blue 41

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

Shades of Brown #992A29

Tints of Brown #992A29

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.8%

 BLUE value IS 41 (16.41% from 255) = 17.37%

R = 64.83%
G = 17.8%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#992A29 (or 0x992A29) is known color: Brown. HEX triplet: 99, 2A and 29. RGB value is (153,42,41). Sum of RGB (Red+Green+Blue) = 153+42+41=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #992A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A29 is #66D5D6. Grayscale: #4B4B4B. Windows color (decimal): -6739415 or 2697881. OLE color: 2697881.

HSL color Cylindrical-coordinate representation of color #992A29: hue angle of 0.54º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A29 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 42 41 -
CMYK 0 0.73 0.73 0.4
HSL 0.54º 0.58% 0.38% -
HSV(B) 0.54º 0.73% 0.6% -
XYZ 14.37 8.59 3 -
YUV 75.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 153 42 41 0 0.73 0.73 0.4 0.54 0.58 0.38
Hex 99 2A 29 0 49 49 28 1 3A 26
Octal 231 52 51 0 111 111 50 1 72 46
Binary 10011001 101010 101001 0 1001001 1001001 101000 1 111010 100110

Color Harmonies of #992A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A29

Black with #992A29

Text Example


Text Example

White with #992A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,42,41); }

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

background-color css

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

 a { background-color: rgb(153,42,41); }

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

border-color css

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

 span { border-color: rgb(153,42,41); }

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