Html Css Color HEX #897265 Beaver

📋 copy color: '#897265'

red 137 ◦ green 114 ◦ blue 101

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

Shades of Beaver #897265

Tints of Beaver #897265

RGB

 RED value IS 137 (53.91% from 255) = 38.92%

 GREEN value IS 114 (44.92% from 255) = 32.39%

 BLUE value IS 101 (39.84% from 255) = 28.69%

R = 38.92%
G = 32.39%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#897265 (or 0x897265) is known color: Beaver. HEX triplet: 89, 72 and 65. RGB value is (137,114,101). Sum of RGB (Red+Green+Blue) = 137+114+101=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #897265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897265 is #768D9A. Grayscale: #777777. Windows color (decimal): -7769499 or 6648457. OLE color: 6648457.

HSL color Cylindrical-coordinate representation of color #897265: hue angle of 21.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #897265 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 114 101 -
CMYK 0 0.17 0.26 0.46
HSL 21.67º 0.15% 0.47% -
HSV(B) 21.67º 0.26% 0.54% -
XYZ 18.68 18.29 14.86 -
YUV 119.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 137 114 101 0 0.17 0.26 0.46 21.67 0.15 0.47
Hex 89 72 65 0 11 1A 2E 16 F 2F
Octal 211 162 145 0 21 32 56 26 17 57
Binary 10001001 1110010 1100101 0 10001 11010 101110 10110 1111 101111

Color Harmonies of #897265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897265

Black with #897265

Text Example


Text Example

White with #897265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897265; }

 p { color: rgb(137,114,101); }

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

background-color css

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

 a { background-color: rgb(137,114,101); }

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

border-color css

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

 span { border-color: rgb(137,114,101); }

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