Html Css Color HEX #95705A Beaver

📋 copy color: '#95705A'

red 149 ◦ green 112 ◦ blue 90

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

Shades of Beaver #95705A

Tints of Beaver #95705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.91%

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

R = 42.45%
G = 31.91%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#95705A (or 0x95705A) is known color: Beaver. HEX triplet: 95, 70 and 5A. RGB value is (149,112,90). Sum of RGB (Red+Green+Blue) = 149+112+90=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #95705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95705A is #6A8FA5. Grayscale: #787878. Windows color (decimal): -6983590 or 5927061. OLE color: 5927061.

HSL color Cylindrical-coordinate representation of color #95705A: hue angle of 22.37º 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 #95705A is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 90 -
CMYK 0 0.25 0.40 0.42
HSL 22.37º 0.25% 0.47% -
HSV(B) 22.37º 0.4% 0.58% -
XYZ 20.03 18.72 12.23 -
YUV 120.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 149 112 90 0 0.25 0.40 0.42 22.37 0.25 0.47
Hex 95 70 5A 0 19 28 2A 16 19 2F
Octal 225 160 132 0 31 50 52 26 31 57
Binary 10010101 1110000 1011010 0 11001 101000 101010 10110 11001 101111

Color Harmonies of #95705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95705A

Black with #95705A

Text Example


Text Example

White with #95705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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