Html Css Color HEX #947150 Pale Brown

📋 copy color: '#947150'

red 148 ◦ green 113 ◦ blue 80

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

Shades of Pale Brown #947150

Tints of Pale Brown #947150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.14%

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

R = 43.4%
G = 33.14%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#947150 (or 0x947150) is known color: Pale Brown. HEX triplet: 94, 71 and 50. RGB value is (148,113,80). Sum of RGB (Red+Green+Blue) = 148+113+80=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #947150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947150 is #6B8EAF. Grayscale: #777777. Windows color (decimal): -7048880 or 5271956. OLE color: 5271956.

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

Color convert

RGB 148 113 80 -
CMYK 0 0.24 0.46 0.42
HSL 29.12º 0.3% 0.45% -
HSV(B) 29.12º 0.46% 0.58% -
XYZ 19.57 18.69 10.16 -
YUV 119.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 148 113 80 0 0.24 0.46 0.42 29.12 0.3 0.45
Hex 94 71 50 0 18 2E 2A 1D 1E 2D
Octal 224 161 120 0 30 56 52 35 36 55
Binary 10010100 1110001 1010000 0 11000 101110 101010 11101 11110 101101

Color Harmonies of #947150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947150

Black with #947150

Text Example


Text Example

White with #947150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947150; }

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

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

background-color css

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

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

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

border-color css

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

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

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