Html Css Color HEX #992E25 Brown

📋 copy color: '#992E25'

red 153 ◦ green 46 ◦ blue 37

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

Shades of Brown #992E25

Tints of Brown #992E25

RGB

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

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

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

R = 64.83%
G = 19.49%
B = 15.68%

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

#992E25 (or 0x992E25) is known color: Brown. HEX triplet: 99, 2E and 25. RGB value is (153,46,37). Sum of RGB (Red+Green+Blue) = 153+46+37=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #992E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992E25 is #66D1DA. Grayscale: #4D4D4D. Windows color (decimal): -6738395 or 2436761. OLE color: 2436761.

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

Color convert

RGB 153 46 37 -
CMYK 0 0.70 0.76 0.4
HSL 4.66º 0.61% 0.37% -
HSV(B) 4.66º 0.76% 0.6% -
XYZ 14.45 8.86 2.7 -
YUV 76.97 105.45 182.23 -
System Red Green Blue C M Y K H S L
Decimal 153 46 37 0 0.70 0.76 0.4 4.66 0.61 0.37
Hex 99 2E 25 0 46 4C 28 5 3D 25
Octal 231 56 45 0 106 114 50 5 75 45
Binary 10011001 101110 100101 0 1000110 1001100 101000 101 111101 100101

Color Harmonies of #992E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992E25

Black with #992E25

Text Example


Text Example

White with #992E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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