Html Css Color HEX #95725F Beaver

📋 copy color: '#95725F'

red 149 ◦ green 114 ◦ blue 95

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

Shades of Beaver #95725F

Tints of Beaver #95725F

RGB

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

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

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

R = 41.62%
G = 31.84%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#95725F (or 0x95725F) is known color: Beaver. HEX triplet: 95, 72 and 5F. RGB value is (149,114,95). Sum of RGB (Red+Green+Blue) = 149+114+95=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95725F is #6A8DA0. Grayscale: #7A7A7A. Windows color (decimal): -6983073 or 6255253. OLE color: 6255253.

HSL color Cylindrical-coordinate representation of color #95725F: hue angle of 21.11º 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 #95725F is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 114 95 -
CMYK 0 0.23 0.36 0.42
HSL 21.11º 0.22% 0.48% -
HSV(B) 21.11º 0.36% 0.58% -
XYZ 20.48 19.25 13.46 -
YUV 122.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 149 114 95 0 0.23 0.36 0.42 21.11 0.22 0.48
Hex 95 72 5F 0 17 24 2A 15 16 30
Octal 225 162 137 0 27 44 52 25 26 60
Binary 10010101 1110010 1011111 0 10111 100100 101010 10101 10110 110000

Color Harmonies of #95725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95725F

Black with #95725F

Text Example


Text Example

White with #95725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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