Html Css Color HEX #95755E Beaver

📋 copy color: '#95755E'

red 149 ◦ green 117 ◦ blue 94

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

Shades of Beaver #95755E

Tints of Beaver #95755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.5%

 BLUE value IS 94 (37.11% from 255) = 26.11%

R = 41.39%
G = 32.5%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95755E (or 0x95755E) is known color: Beaver. HEX triplet: 95, 75 and 5E. RGB value is (149,117,94). Sum of RGB (Red+Green+Blue) = 149+117+94=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #95755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95755E is #6A8AA1. Grayscale: #7C7C7C. Windows color (decimal): -6982306 or 6190485. OLE color: 6190485.

HSL color Cylindrical-coordinate representation of color #95755E: hue angle of 25.09º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95755E is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 94 -
CMYK 0 0.21 0.37 0.42
HSL 25.09º 0.23% 0.48% -
HSV(B) 25.09º 0.37% 0.58% -
XYZ 20.78 19.92 13.34 -
YUV 123.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 149 117 94 0 0.21 0.37 0.42 25.09 0.23 0.48
Hex 95 75 5E 0 15 25 2A 19 17 30
Octal 225 165 136 0 25 45 52 31 27 60
Binary 10010101 1110101 1011110 0 10101 100101 101010 11001 10111 110000

Color Harmonies of #95755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95755E

Black with #95755E

Text Example


Text Example

White with #95755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95755E; }

 p { color: rgb(149,117,94); }

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

background-color css

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

 a { background-color: rgb(149,117,94); }

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

border-color css

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

 span { border-color: rgb(149,117,94); }

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