Html Css Color HEX #95755C Beaver

📋 copy color: '#95755C'

red 149 ◦ green 117 ◦ blue 92

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

Shades of Beaver #95755C

Tints of Beaver #95755C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.7%

R = 41.62%
G = 32.68%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95755C (or 0x95755C) is known color: Beaver. HEX triplet: 95, 75 and 5C. RGB value is (149,117,92). Sum of RGB (Red+Green+Blue) = 149+117+92=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95755C is #6A8AA3. Grayscale: #7B7B7B. Windows color (decimal): -6982308 or 6059413. OLE color: 6059413.

HSL color Cylindrical-coordinate representation of color #95755C: hue angle of 26.32º degrees, saturation: 0.24, 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 #95755C is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 92 -
CMYK 0 0.21 0.38 0.42
HSL 26.32º 0.24% 0.47% -
HSV(B) 26.32º 0.38% 0.58% -
XYZ 20.69 19.88 12.87 -
YUV 123.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 149 117 92 0 0.21 0.38 0.42 26.32 0.24 0.47
Hex 95 75 5C 0 15 26 2A 1A 18 2F
Octal 225 165 134 0 25 46 52 32 30 57
Binary 10010101 1110101 1011100 0 10101 100110 101010 11010 11000 101111

Color Harmonies of #95755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95755C

Black with #95755C

Text Example


Text Example

White with #95755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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