Html Css Color HEX #982D25 Brown

📋 copy color: '#982D25'

red 152 ◦ green 45 ◦ blue 37

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

Shades of Brown #982D25

Tints of Brown #982D25

RGB

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

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

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

R = 64.96%
G = 19.23%
B = 15.81%

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

#982D25 (or 0x982D25) is known color: Brown. HEX triplet: 98, 2D and 25. RGB value is (152,45,37). Sum of RGB (Red+Green+Blue) = 152+45+37=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #982D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982D25 is #67D2DA. Grayscale: #4C4C4C. Windows color (decimal): -6804187 or 2436504. OLE color: 2436504.

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

Color convert

RGB 152 45 37 -
CMYK 0 0.70 0.76 0.40
HSL 4.17º 0.61% 0.37% -
HSV(B) 4.17º 0.76% 0.6% -
XYZ 14.22 8.69 2.68 -
YUV 76.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 152 45 37 0 0.70 0.76 0.40 4.17 0.61 0.37
Hex 98 2D 25 0 46 4C 28 4 3D 25
Octal 230 55 45 0 106 114 50 4 75 45
Binary 10011000 101101 100101 0 1000110 1001100 101000 100 111101 100101

Color Harmonies of #982D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982D25

Black with #982D25

Text Example


Text Example

White with #982D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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