Html Css Color HEX #98715C Beaver

📋 copy color: '#98715C'

red 152 ◦ green 113 ◦ blue 92

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

Shades of Beaver #98715C

Tints of Beaver #98715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.65%

 BLUE value IS 92 (36.33% from 255) = 25.77%

R = 42.58%
G = 31.65%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98715C (or 0x98715C) is known color: Beaver. HEX triplet: 98, 71 and 5C. RGB value is (152,113,92). Sum of RGB (Red+Green+Blue) = 152+113+92=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #98715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98715C is #678EA3. Grayscale: #7A7A7A. Windows color (decimal): -6786724 or 6058392. OLE color: 6058392.

HSL color Cylindrical-coordinate representation of color #98715C: hue angle of 21º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98715C is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 92 -
CMYK 0 0.26 0.39 0.40
HSL 21º 0.25% 0.48% -
HSV(B) 21º 0.39% 0.6% -
XYZ 20.79 19.26 12.75 -
YUV 122.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 152 113 92 0 0.26 0.39 0.40 21 0.25 0.48
Hex 98 71 5C 0 1A 27 28 15 19 30
Octal 230 161 134 0 32 47 50 25 31 60
Binary 10011000 1110001 1011100 0 11010 100111 101000 10101 11001 110000

Color Harmonies of #98715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98715C

Black with #98715C

Text Example


Text Example

White with #98715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98715C; }

 p { color: rgb(152,113,92); }

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

background-color css

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

 a { background-color: rgb(152,113,92); }

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

border-color css

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

 span { border-color: rgb(152,113,92); }

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