Html Css Color HEX #98745D Beaver

📋 copy color: '#98745D'

red 152 ◦ green 116 ◦ blue 93

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

Shades of Beaver #98745D

Tints of Beaver #98745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

 BLUE value IS 93 (36.72% from 255) = 25.76%

R = 42.11%
G = 32.13%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98745D (or 0x98745D) is known color: Beaver. HEX triplet: 98, 74 and 5D. RGB value is (152,116,93). Sum of RGB (Red+Green+Blue) = 152+116+93=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98745D is #678BA2. Grayscale: #7C7C7C. Windows color (decimal): -6785955 or 6124696. OLE color: 6124696.

HSL color Cylindrical-coordinate representation of color #98745D: hue angle of 23.39º degrees, saturation: 0.24, 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 #98745D is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 116 93 -
CMYK 0 0.24 0.39 0.40
HSL 23.39º 0.24% 0.48% -
HSV(B) 23.39º 0.39% 0.6% -
XYZ 21.17 19.96 13.09 -
YUV 124.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 152 116 93 0 0.24 0.39 0.40 23.39 0.24 0.48
Hex 98 74 5D 0 18 27 28 17 18 30
Octal 230 164 135 0 30 47 50 27 30 60
Binary 10011000 1110100 1011101 0 11000 100111 101000 10111 11000 110000

Color Harmonies of #98745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98745D

Black with #98745D

Text Example


Text Example

White with #98745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98745D; }

 p { color: rgb(152,116,93); }

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

background-color css

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

 a { background-color: rgb(152,116,93); }

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

border-color css

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

 span { border-color: rgb(152,116,93); }

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