Html Css Color HEX #947A53 Pale Brown

📋 copy color: '#947A53'

red 148 ◦ green 122 ◦ blue 83

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

Shades of Pale Brown #947A53

Tints of Pale Brown #947A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.51%

R = 41.93%
G = 34.56%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#947A53 (or 0x947A53) is known color: Pale Brown. HEX triplet: 94, 7A and 53. RGB value is (148,122,83). Sum of RGB (Red+Green+Blue) = 148+122+83=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #947A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947A53 is #6B85AC. Grayscale: #7D7D7D. Windows color (decimal): -7046573 or 5470868. OLE color: 5470868.

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

Color convert

RGB 148 122 83 -
CMYK 0 0.18 0.44 0.42
HSL 36º 0.28% 0.45% -
HSV(B) 36º 0.44% 0.58% -
XYZ 20.73 20.84 11.11 -
YUV 125.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 148 122 83 0 0.18 0.44 0.42 36 0.28 0.45
Hex 94 7A 53 0 12 2C 2A 24 1C 2D
Octal 224 172 123 0 22 54 52 44 34 55
Binary 10010100 1111010 1010011 0 10010 101100 101010 100100 11100 101101

Color Harmonies of #947A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A53

Black with #947A53

Text Example


Text Example

White with #947A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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