Html Css Color HEX #95725E Beaver

📋 copy color: '#95725E'

red 149 ◦ green 114 ◦ blue 94

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

Shades of Beaver #95725E

Tints of Beaver #95725E

RGB

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

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

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

R = 41.74%
G = 31.93%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95725E (or 0x95725E) is known color: Beaver. HEX triplet: 95, 72 and 5E. RGB value is (149,114,94). Sum of RGB (Red+Green+Blue) = 149+114+94=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95725E is #6A8DA1. Grayscale: #7A7A7A. Windows color (decimal): -6983074 or 6189717. OLE color: 6189717.

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

Color convert

RGB 149 114 94 -
CMYK 0 0.23 0.37 0.42
HSL 21.82º 0.23% 0.48% -
HSV(B) 21.82º 0.37% 0.58% -
XYZ 20.43 19.23 13.23 -
YUV 122.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 149 114 94 0 0.23 0.37 0.42 21.82 0.23 0.48
Hex 95 72 5E 0 17 25 2A 16 17 30
Octal 225 162 136 0 27 45 52 26 27 60
Binary 10010101 1110010 1011110 0 10111 100101 101010 10110 10111 110000

Color Harmonies of #95725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95725E

Black with #95725E

Text Example


Text Example

White with #95725E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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