Html Css Color HEX #947454 Pale Brown

📋 copy color: '#947454'

red 148 ◦ green 116 ◦ blue 84

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

Shades of Pale Brown #947454

Tints of Pale Brown #947454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.14%

R = 42.53%
G = 33.33%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#947454 (or 0x947454) is known color: Pale Brown. HEX triplet: 94, 74 and 54. RGB value is (148,116,84). Sum of RGB (Red+Green+Blue) = 148+116+84=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #947454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947454 is #6B8BAB. Grayscale: #7A7A7A. Windows color (decimal): -7048108 or 5534868. OLE color: 5534868.

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

Color convert

RGB 148 116 84 -
CMYK 0 0.22 0.43 0.42
HSL 30º 0.28% 0.45% -
HSV(B) 30º 0.43% 0.58% -
XYZ 20.06 19.43 11.08 -
YUV 121.92 106.6 146.6 -
System Red Green Blue C M Y K H S L
Decimal 148 116 84 0 0.22 0.43 0.42 30 0.28 0.45
Hex 94 74 54 0 16 2B 2A 1E 1C 2D
Octal 224 164 124 0 26 53 52 36 34 55
Binary 10010100 1110100 1010100 0 10110 101011 101010 11110 11100 101101

Color Harmonies of #947454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947454

Black with #947454

Text Example


Text Example

White with #947454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947454; }

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

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

background-color css

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

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

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

border-color css

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

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

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