Html Css Color HEX #94755D Beaver

📋 copy color: '#94755D'

red 148 ◦ green 117 ◦ blue 93

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

Shades of Beaver #94755D

Tints of Beaver #94755D

RGB

 RED value IS 148 (58.2% from 255) = 41.34%

 GREEN value IS 117 (46.09% from 255) = 32.68%

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

R = 41.34%
G = 32.68%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#94755D (or 0x94755D) is known color: Beaver. HEX triplet: 94, 75 and 5D. RGB value is (148,117,93). Sum of RGB (Red+Green+Blue) = 148+117+93=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #94755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94755D is #6B8AA2. Grayscale: #7B7B7B. Windows color (decimal): -7047843 or 6124948. OLE color: 6124948.

HSL color Cylindrical-coordinate representation of color #94755D: hue angle of 26.18º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94755D is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 93 -
CMYK 0 0.21 0.37 0.42
HSL 26.18º 0.23% 0.47% -
HSV(B) 26.18º 0.37% 0.58% -
XYZ 20.55 19.81 13.1 -
YUV 123.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 148 117 93 0 0.21 0.37 0.42 26.18 0.23 0.47
Hex 94 75 5D 0 15 25 2A 1A 17 2F
Octal 224 165 135 0 25 45 52 32 27 57
Binary 10010100 1110101 1011101 0 10101 100101 101010 11010 10111 101111

Color Harmonies of #94755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94755D

Black with #94755D

Text Example


Text Example

White with #94755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,117,93); }

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

background-color css

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

 a { background-color: rgb(148,117,93); }

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

border-color css

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

 span { border-color: rgb(148,117,93); }

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