Html Css Color HEX #947442 Pale Brown

📋 copy color: '#947442'

red 148 ◦ green 116 ◦ blue 66

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

Shades of Pale Brown #947442

Tints of Pale Brown #947442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20%

R = 44.85%
G = 35.15%
B = 20%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#947442 (or 0x947442) is known color: Pale Brown. HEX triplet: 94, 74 and 42. RGB value is (148,116,66). Sum of RGB (Red+Green+Blue) = 148+116+66=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #947442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947442 is #6B8BBD. Grayscale: #787878. Windows color (decimal): -7048126 or 4355220. OLE color: 4355220.

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

Color convert

RGB 148 116 66 -
CMYK 0 0.22 0.55 0.42
HSL 36.59º 0.38% 0.42% -
HSV(B) 36.59º 0.55% 0.58% -
XYZ 19.44 19.18 7.83 -
YUV 119.87 97.6 148.07 -
System Red Green Blue C M Y K H S L
Decimal 148 116 66 0 0.22 0.55 0.42 36.59 0.38 0.42
Hex 94 74 42 0 16 37 2A 25 26 2A
Octal 224 164 102 0 26 67 52 45 46 52
Binary 10010100 1110100 1000010 0 10110 110111 101010 100101 100110 101010

Color Harmonies of #947442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947442

Black with #947442

Text Example


Text Example

White with #947442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947442; }

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

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

background-color css

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

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

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

border-color css

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

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

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