Html Css Color HEX #947457 Pale Brown

📋 copy color: '#947457'

red 148 ◦ green 116 ◦ blue 87

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

Shades of Pale Brown #947457

Tints of Pale Brown #947457

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

 BLUE value IS 87 (34.38% from 255) = 24.79%

R = 42.17%
G = 33.05%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#947457 (or 0x947457) is known color: Pale Brown. HEX triplet: 94, 74 and 57. RGB value is (148,116,87). Sum of RGB (Red+Green+Blue) = 148+116+87=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #947457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947457 is #6B8BA8. Grayscale: #7A7A7A. Windows color (decimal): -7048105 or 5731476. OLE color: 5731476.

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

Color convert

RGB 148 116 87 -
CMYK 0 0.22 0.41 0.42
HSL 28.52º 0.26% 0.46% -
HSV(B) 28.52º 0.41% 0.58% -
XYZ 20.18 19.47 11.71 -
YUV 122.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 148 116 87 0 0.22 0.41 0.42 28.52 0.26 0.46
Hex 94 74 57 0 16 29 2A 1D 1A 2E
Octal 224 164 127 0 26 51 52 35 32 56
Binary 10010100 1110100 1010111 0 10110 101001 101010 11101 11010 101110

Color Harmonies of #947457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947457

Black with #947457

Text Example


Text Example

White with #947457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947457; }

 p { color: rgb(148,116,87); }

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

background-color css

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

 a { background-color: rgb(148,116,87); }

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

border-color css

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

 span { border-color: rgb(148,116,87); }

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