Html Css Color HEX #947A54 Pale Brown

📋 copy color: '#947A54'

red 148 ◦ green 122 ◦ blue 84

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

Shades of Pale Brown #947A54

Tints of Pale Brown #947A54

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.46%

 BLUE value IS 84 (33.2% from 255) = 23.73%

R = 41.81%
G = 34.46%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#947A54 (or 0x947A54) is known color: Pale Brown. HEX triplet: 94, 7A and 54. RGB value is (148,122,84). Sum of RGB (Red+Green+Blue) = 148+122+84=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #947A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947A54 is #6B85AB. Grayscale: #7D7D7D. Windows color (decimal): -7046572 or 5536404. OLE color: 5536404.

HSL color Cylindrical-coordinate representation of color #947A54: hue angle of 35.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #947A54 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 122 84 -
CMYK 0 0.18 0.43 0.42
HSL 35.63º 0.28% 0.45% -
HSV(B) 35.63º 0.43% 0.58% -
XYZ 20.77 20.86 11.32 -
YUV 125.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 148 122 84 0 0.18 0.43 0.42 35.63 0.28 0.45
Hex 94 7A 54 0 12 2B 2A 24 1C 2D
Octal 224 172 124 0 22 53 52 44 34 55
Binary 10010100 1111010 1010100 0 10010 101011 101010 100100 11100 101101

Color Harmonies of #947A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A54

Black with #947A54

Text Example


Text Example

White with #947A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947A54; }

 p { color: rgb(148,122,84); }

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

background-color css

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

 a { background-color: rgb(148,122,84); }

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

border-color css

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

 span { border-color: rgb(148,122,84); }

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