Html Css Color HEX #982E25 Brown

📋 copy color: '#982E25'

red 152 ◦ green 46 ◦ blue 37

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

Shades of Brown #982E25

Tints of Brown #982E25

RGB

 RED value IS 152 (59.77% from 255) = 64.68%

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

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

R = 64.68%
G = 19.57%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#982E25 (or 0x982E25) is known color: Brown. HEX triplet: 98, 2E and 25. RGB value is (152,46,37). Sum of RGB (Red+Green+Blue) = 152+46+37=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #982E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982E25 is #67D1DA. Grayscale: #4C4C4C. Windows color (decimal): -6803931 or 2436760. OLE color: 2436760.

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

Color convert

RGB 152 46 37 -
CMYK 0 0.70 0.76 0.40
HSL 4.7º 0.61% 0.37% -
HSV(B) 4.7º 0.76% 0.6% -
XYZ 14.26 8.76 2.69 -
YUV 76.67 105.62 181.73 -
System Red Green Blue C M Y K H S L
Decimal 152 46 37 0 0.70 0.76 0.40 4.7 0.61 0.37
Hex 98 2E 25 0 46 4C 28 5 3D 25
Octal 230 56 45 0 106 114 50 5 75 45
Binary 10011000 101110 100101 0 1000110 1001100 101000 101 111101 100101

Color Harmonies of #982E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982E25

Black with #982E25

Text Example


Text Example

White with #982E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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