Html Css Color HEX #987058 Beaver

📋 copy color: '#987058'

red 152 ◦ green 112 ◦ blue 88

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

Shades of Beaver #987058

Tints of Beaver #987058

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.82%

 BLUE value IS 88 (34.77% from 255) = 25%

R = 43.18%
G = 31.82%
B = 25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#987058 (or 0x987058) is known color: Beaver. HEX triplet: 98, 70 and 58. RGB value is (152,112,88). Sum of RGB (Red+Green+Blue) = 152+112+88=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #987058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987058 is #678FA7. Grayscale: #797979. Windows color (decimal): -6786984 or 5795992. OLE color: 5795992.

HSL color Cylindrical-coordinate representation of color #987058: hue angle of 22.5º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #987058 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 88 -
CMYK 0 0.26 0.42 0.40
HSL 22.5º 0.27% 0.47% -
HSV(B) 22.5º 0.42% 0.6% -
XYZ 20.5 18.97 11.81 -
YUV 121.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 152 112 88 0 0.26 0.42 0.40 22.5 0.27 0.47
Hex 98 70 58 0 1A 2A 28 16 1B 2F
Octal 230 160 130 0 32 52 50 26 33 57
Binary 10011000 1110000 1011000 0 11010 101010 101000 10110 11011 101111

Color Harmonies of #987058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987058

Black with #987058

Text Example


Text Example

White with #987058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987058; }

 p { color: rgb(152,112,88); }

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

background-color css

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

 a { background-color: rgb(152,112,88); }

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

border-color css

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

 span { border-color: rgb(152,112,88); }

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