Html Css Color HEX #95705D Beaver

📋 copy color: '#95705D'

red 149 ◦ green 112 ◦ blue 93

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

Shades of Beaver #95705D

Tints of Beaver #95705D

RGB

 RED value IS 149 (58.59% from 255) = 42.09%

 GREEN value IS 112 (44.14% from 255) = 31.64%

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

R = 42.09%
G = 31.64%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95705D (or 0x95705D) is known color: Beaver. HEX triplet: 95, 70 and 5D. RGB value is (149,112,93). Sum of RGB (Red+Green+Blue) = 149+112+93=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #95705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95705D is #6A8FA2. Grayscale: #797979. Windows color (decimal): -6983587 or 6123669. OLE color: 6123669.

HSL color Cylindrical-coordinate representation of color #95705D: hue angle of 20.36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95705D is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 93 -
CMYK 0 0.25 0.38 0.42
HSL 20.36º 0.23% 0.47% -
HSV(B) 20.36º 0.38% 0.58% -
XYZ 20.16 18.77 12.92 -
YUV 120.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 149 112 93 0 0.25 0.38 0.42 20.36 0.23 0.47
Hex 95 70 5D 0 19 26 2A 14 17 2F
Octal 225 160 135 0 31 46 52 24 27 57
Binary 10010101 1110000 1011101 0 11001 100110 101010 10100 10111 101111

Color Harmonies of #95705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95705D

Black with #95705D

Text Example


Text Example

White with #95705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,112,93); }

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

background-color css

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

 a { background-color: rgb(149,112,93); }

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

border-color css

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

 span { border-color: rgb(149,112,93); }

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