Html Css Color HEX #947359 Beaver

📋 copy color: '#947359'

red 148 ◦ green 115 ◦ blue 89

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

Shades of Beaver #947359

Tints of Beaver #947359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.67%

 BLUE value IS 89 (35.16% from 255) = 25.28%

R = 42.05%
G = 32.67%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#947359 (or 0x947359) is known color: Beaver. HEX triplet: 94, 73 and 59. RGB value is (148,115,89). Sum of RGB (Red+Green+Blue) = 148+115+89=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #947359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947359 is #6B8CA6. Grayscale: #7A7A7A. Windows color (decimal): -7048359 or 5862292. OLE color: 5862292.

HSL color Cylindrical-coordinate representation of color #947359: hue angle of 26.44º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #947359 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 115 89 -
CMYK 0 0.22 0.40 0.42
HSL 26.44º 0.25% 0.46% -
HSV(B) 26.44º 0.4% 0.58% -
XYZ 20.15 19.28 12.11 -
YUV 121.9 109.43 146.61 -
System Red Green Blue C M Y K H S L
Decimal 148 115 89 0 0.22 0.40 0.42 26.44 0.25 0.46
Hex 94 73 59 0 16 28 2A 1A 19 2E
Octal 224 163 131 0 26 50 52 32 31 56
Binary 10010100 1110011 1011001 0 10110 101000 101010 11010 11001 101110

Color Harmonies of #947359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947359

Black with #947359

Text Example


Text Example

White with #947359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947359; }

 p { color: rgb(148,115,89); }

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

background-color css

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

 a { background-color: rgb(148,115,89); }

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

border-color css

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

 span { border-color: rgb(148,115,89); }

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