Html Css Color HEX #94745E Beaver

📋 copy color: '#94745E'

red 148 ◦ green 116 ◦ blue 94

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

Shades of Beaver #94745E

Tints of Beaver #94745E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.26%

R = 41.34%
G = 32.4%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94745E (or 0x94745E) is known color: Beaver. HEX triplet: 94, 74 and 5E. RGB value is (148,116,94). Sum of RGB (Red+Green+Blue) = 148+116+94=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #94745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94745E is #6B8BA1. Grayscale: #7B7B7B. Windows color (decimal): -7048098 or 6190228. OLE color: 6190228.

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

Color convert

RGB 148 116 94 -
CMYK 0 0.22 0.36 0.42
HSL 24.44º 0.22% 0.47% -
HSV(B) 24.44º 0.36% 0.58% -
XYZ 20.48 19.59 13.29 -
YUV 123.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 148 116 94 0 0.22 0.36 0.42 24.44 0.22 0.47
Hex 94 74 5E 0 16 24 2A 18 16 2F
Octal 224 164 136 0 26 44 52 30 26 57
Binary 10010100 1110100 1011110 0 10110 100100 101010 11000 10110 101111

Color Harmonies of #94745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94745E

Black with #94745E

Text Example


Text Example

White with #94745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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