Html Css Color HEX #992A28 Brown

📋 copy color: '#992A28'

red 153 ◦ green 42 ◦ blue 40

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

Shades of Brown #992A28

Tints of Brown #992A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.02%

R = 65.11%
G = 17.87%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#992A28 (or 0x992A28) is known color: Brown. HEX triplet: 99, 2A and 28. RGB value is (153,42,40). Sum of RGB (Red+Green+Blue) = 153+42+40=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #992A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A28 is #66D5D7. Grayscale: #4B4B4B. Windows color (decimal): -6739416 or 2632345. OLE color: 2632345.

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

Color convert

RGB 153 42 40 -
CMYK 0 0.73 0.74 0.4
HSL 1.06º 0.59% 0.38% -
HSV(B) 1.06º 0.74% 0.6% -
XYZ 14.35 8.58 2.91 -
YUV 74.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 153 42 40 0 0.73 0.74 0.4 1.06 0.59 0.38
Hex 99 2A 28 0 49 4A 28 1 3B 26
Octal 231 52 50 0 111 112 50 1 73 46
Binary 10011001 101010 101000 0 1001001 1001010 101000 1 111011 100110

Color Harmonies of #992A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A28

Black with #992A28

Text Example


Text Example

White with #992A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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