Html Css Color HEX #947255 Pale Brown

📋 copy color: '#947255'

red 148 ◦ green 114 ◦ blue 85

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

Shades of Pale Brown #947255

Tints of Pale Brown #947255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.85%

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

R = 42.65%
G = 32.85%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#947255 (or 0x947255) is known color: Pale Brown. HEX triplet: 94, 72 and 55. RGB value is (148,114,85). Sum of RGB (Red+Green+Blue) = 148+114+85=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #947255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947255 is #6B8DAA. Grayscale: #797979. Windows color (decimal): -7048619 or 5599892. OLE color: 5599892.

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

Color convert

RGB 148 114 85 -
CMYK 0 0.23 0.43 0.42
HSL 27.62º 0.27% 0.46% -
HSV(B) 27.62º 0.43% 0.58% -
XYZ 19.87 18.99 11.21 -
YUV 120.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 148 114 85 0 0.23 0.43 0.42 27.62 0.27 0.46
Hex 94 72 55 0 17 2B 2A 1C 1B 2E
Octal 224 162 125 0 27 53 52 34 33 56
Binary 10010100 1110010 1010101 0 10111 101011 101010 11100 11011 101110

Color Harmonies of #947255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947255

Black with #947255

Text Example


Text Example

White with #947255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947255; }

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

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

background-color css

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

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

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

border-color css

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

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

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