Html Css Color HEX #98715A Beaver

📋 copy color: '#98715A'

red 152 ◦ green 113 ◦ blue 90

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

Shades of Beaver #98715A

Tints of Beaver #98715A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.35%

R = 42.82%
G = 31.83%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#98715A (or 0x98715A) is known color: Beaver. HEX triplet: 98, 71 and 5A. RGB value is (152,113,90). Sum of RGB (Red+Green+Blue) = 152+113+90=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #98715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98715A is #678EA5. Grayscale: #7A7A7A. Windows color (decimal): -6786726 or 5927320. OLE color: 5927320.

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

Color convert

RGB 152 113 90 -
CMYK 0 0.26 0.41 0.40
HSL 22.26º 0.26% 0.47% -
HSV(B) 22.26º 0.41% 0.6% -
XYZ 20.7 19.22 12.29 -
YUV 122.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 152 113 90 0 0.26 0.41 0.40 22.26 0.26 0.47
Hex 98 71 5A 0 1A 29 28 16 1A 2F
Octal 230 161 132 0 32 51 50 26 32 57
Binary 10011000 1110001 1011010 0 11010 101001 101000 10110 11010 101111

Color Harmonies of #98715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98715A

Black with #98715A

Text Example


Text Example

White with #98715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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