Html Css Color HEX #98735F Beaver

📋 copy color: '#98735F'

red 152 ◦ green 115 ◦ blue 95

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

Shades of Beaver #98735F

Tints of Beaver #98735F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.77%

 BLUE value IS 95 (37.5% from 255) = 26.24%

R = 41.99%
G = 31.77%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98735F (or 0x98735F) is known color: Beaver. HEX triplet: 98, 73 and 5F. RGB value is (152,115,95). Sum of RGB (Red+Green+Blue) = 152+115+95=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #98735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98735F is #678CA0. Grayscale: #7B7B7B. Windows color (decimal): -6786209 or 6255512. OLE color: 6255512.

HSL color Cylindrical-coordinate representation of color #98735F: hue angle of 21.05º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98735F is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 115 95 -
CMYK 0 0.24 0.38 0.40
HSL 21.05º 0.23% 0.48% -
HSV(B) 21.05º 0.38% 0.6% -
XYZ 21.15 19.76 13.53 -
YUV 123.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 152 115 95 0 0.24 0.38 0.40 21.05 0.23 0.48
Hex 98 73 5F 0 18 26 28 15 17 30
Octal 230 163 137 0 30 46 50 25 27 60
Binary 10011000 1110011 1011111 0 11000 100110 101000 10101 10111 110000

Color Harmonies of #98735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98735F

Black with #98735F

Text Example


Text Example

White with #98735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98735F; }

 p { color: rgb(152,115,95); }

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

background-color css

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

 a { background-color: rgb(152,115,95); }

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

border-color css

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

 span { border-color: rgb(152,115,95); }

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