Html Css Color HEX #94755F Beaver

📋 copy color: '#94755F'

red 148 ◦ green 117 ◦ blue 95

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

Shades of Beaver #94755F

Tints of Beaver #94755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.39%

R = 41.11%
G = 32.5%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94755F (or 0x94755F) is known color: Beaver. HEX triplet: 94, 75 and 5F. RGB value is (148,117,95). Sum of RGB (Red+Green+Blue) = 148+117+95=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #94755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94755F is #6B8AA0. Grayscale: #7B7B7B. Windows color (decimal): -7047841 or 6256020. OLE color: 6256020.

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

Color convert

RGB 148 117 95 -
CMYK 0 0.21 0.36 0.42
HSL 24.91º 0.22% 0.48% -
HSV(B) 24.91º 0.36% 0.58% -
XYZ 20.64 19.84 13.57 -
YUV 123.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 148 117 95 0 0.21 0.36 0.42 24.91 0.22 0.48
Hex 94 75 5F 0 15 24 2A 19 16 30
Octal 224 165 137 0 25 44 52 31 26 60
Binary 10010100 1110101 1011111 0 10101 100100 101010 11001 10110 110000

Color Harmonies of #94755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94755F

Black with #94755F

Text Example


Text Example

White with #94755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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