Html Css Color HEX #947463 Beaver

📋 copy color: '#947463'

red 148 ◦ green 116 ◦ blue 99

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

Shades of Beaver #947463

Tints of Beaver #947463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.27%

R = 40.77%
G = 31.96%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#947463 (or 0x947463) is known color: Beaver. HEX triplet: 94, 74 and 63. RGB value is (148,116,99). Sum of RGB (Red+Green+Blue) = 148+116+99=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #947463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947463 is #6B8B9C. Grayscale: #7B7B7B. Windows color (decimal): -7048093 or 6517908. OLE color: 6517908.

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

Color convert

RGB 148 116 99 -
CMYK 0 0.22 0.33 0.42
HSL 20.82º 0.2% 0.48% -
HSV(B) 20.82º 0.33% 0.58% -
XYZ 20.71 19.69 14.51 -
YUV 123.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 148 116 99 0 0.22 0.33 0.42 20.82 0.2 0.48
Hex 94 74 63 0 16 21 2A 15 14 30
Octal 224 164 143 0 26 41 52 25 24 60
Binary 10010100 1110100 1100011 0 10110 100001 101010 10101 10100 110000

Color Harmonies of #947463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947463

Black with #947463

Text Example


Text Example

White with #947463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947463; }

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

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

background-color css

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

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

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

border-color css

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

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

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