Html Css Color HEX #947552 Pale Brown

📋 copy color: '#947552'

red 148 ◦ green 117 ◦ blue 82

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

Shades of Pale Brown #947552

Tints of Pale Brown #947552

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

 BLUE value IS 82 (32.42% from 255) = 23.63%

R = 42.65%
G = 33.72%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#947552 (or 0x947552) is known color: Pale Brown. HEX triplet: 94, 75 and 52. RGB value is (148,117,82). Sum of RGB (Red+Green+Blue) = 148+117+82=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #947552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947552 is #6B8AAD. Grayscale: #7A7A7A. Windows color (decimal): -7047854 or 5404052. OLE color: 5404052.

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

Color convert

RGB 148 117 82 -
CMYK 0 0.21 0.45 0.42
HSL 31.82º 0.29% 0.45% -
HSV(B) 31.82º 0.45% 0.58% -
XYZ 20.1 19.63 10.71 -
YUV 122.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 148 117 82 0 0.21 0.45 0.42 31.82 0.29 0.45
Hex 94 75 52 0 15 2D 2A 20 1D 2D
Octal 224 165 122 0 25 55 52 40 35 55
Binary 10010100 1110101 1010010 0 10101 101101 101010 100000 11101 101101

Color Harmonies of #947552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947552

Black with #947552

Text Example


Text Example

White with #947552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947552; }

 p { color: rgb(148,117,82); }

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

background-color css

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

 a { background-color: rgb(148,117,82); }

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

border-color css

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

 span { border-color: rgb(148,117,82); }

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