Html Css Color HEX #992D25 Brown

📋 copy color: '#992D25'

red 153 ◦ green 45 ◦ blue 37

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

Shades of Brown #992D25

Tints of Brown #992D25

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.15%

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

R = 65.11%
G = 19.15%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#992D25 (or 0x992D25) is known color: Brown. HEX triplet: 99, 2D and 25. RGB value is (153,45,37). Sum of RGB (Red+Green+Blue) = 153+45+37=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #992D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D25 is #66D2DA. Grayscale: #4C4C4C. Windows color (decimal): -6738651 or 2436505. OLE color: 2436505.

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

Color convert

RGB 153 45 37 -
CMYK 0 0.71 0.76 0.4
HSL 4.14º 0.61% 0.37% -
HSV(B) 4.14º 0.76% 0.6% -
XYZ 14.41 8.78 2.69 -
YUV 76.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 153 45 37 0 0.71 0.76 0.4 4.14 0.61 0.37
Hex 99 2D 25 0 47 4C 28 4 3D 25
Octal 231 55 45 0 107 114 50 4 75 45
Binary 10011001 101101 100101 0 1000111 1001100 101000 100 111101 100101

Color Harmonies of #992D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992D25

Black with #992D25

Text Example


Text Example

White with #992D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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