Html Css Color HEX #95745D Beaver

📋 copy color: '#95745D'

red 149 ◦ green 116 ◦ blue 93

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

Shades of Beaver #95745D

Tints of Beaver #95745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.4%

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

R = 41.62%
G = 32.4%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95745D (or 0x95745D) is known color: Beaver. HEX triplet: 95, 74 and 5D. RGB value is (149,116,93). Sum of RGB (Red+Green+Blue) = 149+116+93=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95745D is #6A8BA2. Grayscale: #7B7B7B. Windows color (decimal): -6982563 or 6124693. OLE color: 6124693.

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

Color convert

RGB 149 116 93 -
CMYK 0 0.22 0.38 0.42
HSL 24.64º 0.23% 0.47% -
HSV(B) 24.64º 0.38% 0.58% -
XYZ 20.62 19.67 13.07 -
YUV 123.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 149 116 93 0 0.22 0.38 0.42 24.64 0.23 0.47
Hex 95 74 5D 0 16 26 2A 19 17 2F
Octal 225 164 135 0 26 46 52 31 27 57
Binary 10010101 1110100 1011101 0 10110 100110 101010 11001 10111 101111

Color Harmonies of #95745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95745D

Black with #95745D

Text Example


Text Example

White with #95745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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