Html Css Color HEX #947352 Pale Brown

📋 copy color: '#947352'

red 148 ◦ green 115 ◦ blue 82

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

Shades of Pale Brown #947352

Tints of Pale Brown #947352

RGB

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

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

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

R = 42.9%
G = 33.33%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#947352 (or 0x947352) is known color: Pale Brown. HEX triplet: 94, 73 and 52. RGB value is (148,115,82). Sum of RGB (Red+Green+Blue) = 148+115+82=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #947352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947352 is #6B8CAD. Grayscale: #797979. Windows color (decimal): -7048366 or 5403540. OLE color: 5403540.

HSL color Cylindrical-coordinate representation of color #947352: hue angle of 30º 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 #947352 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 115 82 -
CMYK 0 0.22 0.45 0.42
HSL 30º 0.29% 0.45% -
HSV(B) 30º 0.45% 0.58% -
XYZ 19.87 19.17 10.64 -
YUV 121.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 148 115 82 0 0.22 0.45 0.42 30 0.29 0.45
Hex 94 73 52 0 16 2D 2A 1E 1D 2D
Octal 224 163 122 0 26 55 52 36 35 55
Binary 10010100 1110011 1010010 0 10110 101101 101010 11110 11101 101101

Color Harmonies of #947352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947352

Black with #947352

Text Example


Text Example

White with #947352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947352; }

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

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

background-color css

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

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

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

border-color css

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

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

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