Html Css Color HEX #947458 Pale Brown

📋 copy color: '#947458'

red 148 ◦ green 116 ◦ blue 88

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

Shades of Pale Brown #947458

Tints of Pale Brown #947458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25%

R = 42.05%
G = 32.95%
B = 25%

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

#947458 (or 0x947458) is known color: Pale Brown. HEX triplet: 94, 74 and 58. RGB value is (148,116,88). Sum of RGB (Red+Green+Blue) = 148+116+88=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #947458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947458 is #6B8BA7. Grayscale: #7A7A7A. Windows color (decimal): -7048104 or 5797012. OLE color: 5797012.

HSL color Cylindrical-coordinate representation of color #947458: hue angle of 28º degrees, saturation: 0.25, 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 #947458 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 116 88 -
CMYK 0 0.22 0.41 0.42
HSL 28º 0.25% 0.46% -
HSV(B) 28º 0.41% 0.58% -
XYZ 20.22 19.49 11.93 -
YUV 122.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 148 116 88 0 0.22 0.41 0.42 28 0.25 0.46
Hex 94 74 58 0 16 29 2A 1C 19 2E
Octal 224 164 130 0 26 51 52 34 31 56
Binary 10010100 1110100 1011000 0 10110 101001 101010 11100 11001 101110

Color Harmonies of #947458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947458

Black with #947458

Text Example


Text Example

White with #947458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947458; }

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

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

background-color css

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

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

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

border-color css

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

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

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