Html Css Color HEX #95775F Beaver

📋 copy color: '#95775F'

red 149 ◦ green 119 ◦ blue 95

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

Shades of Beaver #95775F

Tints of Beaver #95775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.78%

 BLUE value IS 95 (37.5% from 255) = 26.17%

R = 41.05%
G = 32.78%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#95775F (or 0x95775F) is known color: Beaver. HEX triplet: 95, 77 and 5F. RGB value is (149,119,95). Sum of RGB (Red+Green+Blue) = 149+119+95=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #95775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95775F is #6A88A0. Grayscale: #7D7D7D. Windows color (decimal): -6981793 or 6256533. OLE color: 6256533.

HSL color Cylindrical-coordinate representation of color #95775F: hue angle of 26.67º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95775F is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 119 95 -
CMYK 0 0.20 0.36 0.42
HSL 26.67º 0.22% 0.48% -
HSV(B) 26.67º 0.36% 0.58% -
XYZ 21.06 20.41 13.66 -
YUV 125.23 110.94 144.95 -
System Red Green Blue C M Y K H S L
Decimal 149 119 95 0 0.20 0.36 0.42 26.67 0.22 0.48
Hex 95 77 5F 0 14 24 2A 1B 16 30
Octal 225 167 137 0 24 44 52 33 26 60
Binary 10010101 1110111 1011111 0 10100 100100 101010 11011 10110 110000

Color Harmonies of #95775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95775F

Black with #95775F

Text Example


Text Example

White with #95775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95775F; }

 p { color: rgb(149,119,95); }

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

background-color css

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

 a { background-color: rgb(149,119,95); }

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

border-color css

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

 span { border-color: rgb(149,119,95); }

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