Html Css Color HEX #947351 Pale Brown

📋 copy color: '#947351'

red 148 ◦ green 115 ◦ blue 81

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

Shades of Pale Brown #947351

Tints of Pale Brown #947351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.55%

R = 43.02%
G = 33.43%
B = 23.55%

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

#947351 (or 0x947351) is known color: Pale Brown. HEX triplet: 94, 73 and 51. RGB value is (148,115,81). Sum of RGB (Red+Green+Blue) = 148+115+81=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #947351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947351 is #6B8CAE. Grayscale: #797979. Windows color (decimal): -7048367 or 5338004. OLE color: 5338004.

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

Color convert

RGB 148 115 81 -
CMYK 0 0.22 0.45 0.42
HSL 30.45º 0.29% 0.45% -
HSV(B) 30.45º 0.45% 0.58% -
XYZ 19.83 19.15 10.44 -
YUV 120.99 105.43 147.26 -
System Red Green Blue C M Y K H S L
Decimal 148 115 81 0 0.22 0.45 0.42 30.45 0.29 0.45
Hex 94 73 51 0 16 2D 2A 1E 1D 2D
Octal 224 163 121 0 26 55 52 36 35 55
Binary 10010100 1110011 1010001 0 10110 101101 101010 11110 11101 101101

Color Harmonies of #947351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947351

Black with #947351

Text Example


Text Example

White with #947351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947351; }

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

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

background-color css

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

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

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

border-color css

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

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

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