Html Css Color HEX #947155 Pale Brown

📋 copy color: '#947155'

red 148 ◦ green 113 ◦ blue 85

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

Shades of Pale Brown #947155

Tints of Pale Brown #947155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.57%

R = 42.77%
G = 32.66%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#947155 (or 0x947155) is known color: Pale Brown. HEX triplet: 94, 71 and 55. RGB value is (148,113,85). Sum of RGB (Red+Green+Blue) = 148+113+85=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #947155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947155 is #6B8EAA. Grayscale: #787878. Windows color (decimal): -7048875 or 5599636. OLE color: 5599636.

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

Color convert

RGB 148 113 85 -
CMYK 0 0.24 0.43 0.42
HSL 26.67º 0.27% 0.46% -
HSV(B) 26.67º 0.43% 0.58% -
XYZ 19.76 18.76 11.17 -
YUV 120.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 148 113 85 0 0.24 0.43 0.42 26.67 0.27 0.46
Hex 94 71 55 0 18 2B 2A 1B 1B 2E
Octal 224 161 125 0 30 53 52 33 33 56
Binary 10010100 1110001 1010101 0 11000 101011 101010 11011 11011 101110

Color Harmonies of #947155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947155

Black with #947155

Text Example


Text Example

White with #947155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947155; }

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

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

background-color css

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

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

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

border-color css

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

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

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