Html Css Color HEX #95725D Beaver

📋 copy color: '#95725D'

red 149 ◦ green 114 ◦ blue 93

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

Shades of Beaver #95725D

Tints of Beaver #95725D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 41.85%
G = 32.02%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95725D (or 0x95725D) is known color: Beaver. HEX triplet: 95, 72 and 5D. RGB value is (149,114,93). Sum of RGB (Red+Green+Blue) = 149+114+93=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #95725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95725D is #6A8DA2. Grayscale: #7A7A7A. Windows color (decimal): -6983075 or 6124181. OLE color: 6124181.

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

Color convert

RGB 149 114 93 -
CMYK 0 0.23 0.38 0.42
HSL 22.5º 0.23% 0.47% -
HSV(B) 22.5º 0.38% 0.58% -
XYZ 20.39 19.21 12.99 -
YUV 122.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 149 114 93 0 0.23 0.38 0.42 22.5 0.23 0.47
Hex 95 72 5D 0 17 26 2A 16 17 2F
Octal 225 162 135 0 27 46 52 26 27 57
Binary 10010101 1110010 1011101 0 10111 100110 101010 10110 10111 101111

Color Harmonies of #95725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95725D

Black with #95725D

Text Example


Text Example

White with #95725D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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