Html Css Color HEX #992A25 Brown

📋 copy color: '#992A25'

red 153 ◦ green 42 ◦ blue 37

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

Shades of Brown #992A25

Tints of Brown #992A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.95%

R = 65.95%
G = 18.1%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#992A25 (or 0x992A25) is known color: Brown. HEX triplet: 99, 2A and 25. RGB value is (153,42,37). Sum of RGB (Red+Green+Blue) = 153+42+37=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #992A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A25 is #66D5DA. Grayscale: #4A4A4A. Windows color (decimal): -6739419 or 2435737. OLE color: 2435737.

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

Color convert

RGB 153 42 37 -
CMYK 0 0.73 0.76 0.4
HSL 2.59º 0.61% 0.37% -
HSV(B) 2.59º 0.76% 0.6% -
XYZ 14.3 8.56 2.65 -
YUV 74.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 153 42 37 0 0.73 0.76 0.4 2.59 0.61 0.37
Hex 99 2A 25 0 49 4C 28 3 3D 25
Octal 231 52 45 0 111 114 50 3 75 45
Binary 10011001 101010 100101 0 1001001 1001100 101000 11 111101 100101

Color Harmonies of #992A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A25

Black with #992A25

Text Example


Text Example

White with #992A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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