Html Css Color HEX #997359 Beaver

📋 copy color: '#997359'

red 153 ◦ green 115 ◦ blue 89

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

Shades of Beaver #997359

Tints of Beaver #997359

RGB

 RED value IS 153 (60.16% from 255) = 42.86%

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

 BLUE value IS 89 (35.16% from 255) = 24.93%

R = 42.86%
G = 32.21%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#997359 (or 0x997359) is known color: Beaver. HEX triplet: 99, 73 and 59. RGB value is (153,115,89). Sum of RGB (Red+Green+Blue) = 153+115+89=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #997359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997359 is #668CA6. Grayscale: #7B7B7B. Windows color (decimal): -6720679 or 5862297. OLE color: 5862297.

HSL color Cylindrical-coordinate representation of color #997359: hue angle of 24.38º degrees, saturation: 0.26, 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 #997359 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 115 89 -
CMYK 0 0.25 0.42 0.4
HSL 24.38º 0.26% 0.47% -
HSV(B) 24.38º 0.42% 0.6% -
XYZ 21.07 19.76 12.15 -
YUV 123.4 108.59 149.11 -
System Red Green Blue C M Y K H S L
Decimal 153 115 89 0 0.25 0.42 0.4 24.38 0.26 0.47
Hex 99 73 59 0 19 2A 28 18 1A 2F
Octal 231 163 131 0 31 52 50 30 32 57
Binary 10011001 1110011 1011001 0 11001 101010 101000 11000 11010 101111

Color Harmonies of #997359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997359

Black with #997359

Text Example


Text Example

White with #997359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997359; }

 p { color: rgb(153,115,89); }

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

background-color css

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

 a { background-color: rgb(153,115,89); }

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

border-color css

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

 span { border-color: rgb(153,115,89); }

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