Html Css Color HEX #95725A Beaver

📋 copy color: '#95725A'

red 149 ◦ green 114 ◦ blue 90

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

Shades of Beaver #95725A

Tints of Beaver #95725A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 42.21%
G = 32.29%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#95725A (or 0x95725A) is known color: Beaver. HEX triplet: 95, 72 and 5A. RGB value is (149,114,90). Sum of RGB (Red+Green+Blue) = 149+114+90=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #95725A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95725A is #6A8DA5. Grayscale: #797979. Windows color (decimal): -6983078 or 5927573. OLE color: 5927573.

HSL color Cylindrical-coordinate representation of color #95725A: hue angle of 24.41º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95725A is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 114 90 -
CMYK 0 0.23 0.40 0.42
HSL 24.41º 0.25% 0.47% -
HSV(B) 24.41º 0.4% 0.58% -
XYZ 20.26 19.16 12.3 -
YUV 121.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 149 114 90 0 0.23 0.40 0.42 24.41 0.25 0.47
Hex 95 72 5A 0 17 28 2A 18 19 2F
Octal 225 162 132 0 27 50 52 30 31 57
Binary 10010101 1110010 1011010 0 10111 101000 101010 11000 11001 101111

Color Harmonies of #95725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95725A

Black with #95725A

Text Example


Text Example

White with #95725A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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