Html Css Color HEX #94745B Beaver

📋 copy color: '#94745B'

red 148 ◦ green 116 ◦ blue 91

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

Shades of Beaver #94745B

Tints of Beaver #94745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.63%

R = 41.69%
G = 32.68%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#94745B (or 0x94745B) is known color: Beaver. HEX triplet: 94, 74 and 5B. RGB value is (148,116,91). Sum of RGB (Red+Green+Blue) = 148+116+91=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #94745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94745B is #6B8BA4. Grayscale: #7A7A7A. Windows color (decimal): -7048101 or 5993620. OLE color: 5993620.

HSL color Cylindrical-coordinate representation of color #94745B: hue angle of 26.32º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94745B is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 116 91 -
CMYK 0 0.22 0.39 0.42
HSL 26.32º 0.24% 0.47% -
HSV(B) 26.32º 0.39% 0.58% -
XYZ 20.35 19.54 12.6 -
YUV 122.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 148 116 91 0 0.22 0.39 0.42 26.32 0.24 0.47
Hex 94 74 5B 0 16 27 2A 1A 18 2F
Octal 224 164 133 0 26 47 52 32 30 57
Binary 10010100 1110100 1011011 0 10110 100111 101010 11010 11000 101111

Color Harmonies of #94745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94745B

Black with #94745B

Text Example


Text Example

White with #94745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94745B; }

 p { color: rgb(148,116,91); }

 H1.HeaderClassName
 {
   color: #94745B;
 }
 .AnyTagClassName
 {
   color: #94745B;
 }
</style>

background-color css

<style>
 a { background-color: #94745B; }

 a { background-color: rgb(148,116,91); }

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

border-color css

<style>
 span { border-color: #94745B; }

 span { border-color: rgb(148,116,91); }

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