Html Css Color HEX #947350 Pale Brown

📋 copy color: '#947350'

red 148 ◦ green 115 ◦ blue 80

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

Shades of Pale Brown #947350

Tints of Pale Brown #947350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.32%

R = 43.15%
G = 33.53%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#947350 (or 0x947350) is known color: Pale Brown. HEX triplet: 94, 73 and 50. RGB value is (148,115,80). Sum of RGB (Red+Green+Blue) = 148+115+80=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #947350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947350 is #6B8CAF. Grayscale: #797979. Windows color (decimal): -7048368 or 5272468. OLE color: 5272468.

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

Color convert

RGB 148 115 80 -
CMYK 0 0.22 0.46 0.42
HSL 30.88º 0.3% 0.45% -
HSV(B) 30.88º 0.46% 0.58% -
XYZ 19.79 19.14 10.24 -
YUV 120.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 148 115 80 0 0.22 0.46 0.42 30.88 0.3 0.45
Hex 94 73 50 0 16 2E 2A 1F 1E 2D
Octal 224 163 120 0 26 56 52 37 36 55
Binary 10010100 1110011 1010000 0 10110 101110 101010 11111 11110 101101

Color Harmonies of #947350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947350

Black with #947350

Text Example


Text Example

White with #947350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947350; }

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

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

background-color css

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

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

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

border-color css

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

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

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