Html Css Color HEX #94765E Beaver

📋 copy color: '#94765E'

red 148 ◦ green 118 ◦ blue 94

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

Shades of Beaver #94765E

Tints of Beaver #94765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.78%

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

R = 41.11%
G = 32.78%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94765E (or 0x94765E) is known color: Beaver. HEX triplet: 94, 76 and 5E. RGB value is (148,118,94). Sum of RGB (Red+Green+Blue) = 148+118+94=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #94765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94765E is #6B89A1. Grayscale: #7C7C7C. Windows color (decimal): -7047586 or 6190740. OLE color: 6190740.

HSL color Cylindrical-coordinate representation of color #94765E: hue angle of 26.67º 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 #94765E is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 118 94 -
CMYK 0 0.20 0.36 0.42
HSL 26.67º 0.22% 0.47% -
HSV(B) 26.67º 0.36% 0.58% -
XYZ 20.71 20.06 13.37 -
YUV 124.23 110.94 144.95 -
System Red Green Blue C M Y K H S L
Decimal 148 118 94 0 0.20 0.36 0.42 26.67 0.22 0.47
Hex 94 76 5E 0 14 24 2A 1B 16 2F
Octal 224 166 136 0 24 44 52 33 26 57
Binary 10010100 1110110 1011110 0 10100 100100 101010 11011 10110 101111

Color Harmonies of #94765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94765E

Black with #94765E

Text Example


Text Example

White with #94765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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