Html Css Color HEX #947246 Pale Brown

📋 copy color: '#947246'

red 148 ◦ green 114 ◦ blue 70

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

Shades of Pale Brown #947246

Tints of Pale Brown #947246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.08%

R = 44.58%
G = 34.34%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#947246 (or 0x947246) is known color: Pale Brown. HEX triplet: 94, 72 and 46. RGB value is (148,114,70). Sum of RGB (Red+Green+Blue) = 148+114+70=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #947246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947246 is #6B8DB9. Grayscale: #777777. Windows color (decimal): -7048634 or 4616852. OLE color: 4616852.

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

Color convert

RGB 148 114 70 -
CMYK 0 0.23 0.53 0.42
HSL 33.85º 0.36% 0.43% -
HSV(B) 33.85º 0.53% 0.58% -
XYZ 19.34 18.77 8.4 -
YUV 119.15 100.26 148.58 -
System Red Green Blue C M Y K H S L
Decimal 148 114 70 0 0.23 0.53 0.42 33.85 0.36 0.43
Hex 94 72 46 0 17 35 2A 22 24 2B
Octal 224 162 106 0 27 65 52 42 44 53
Binary 10010100 1110010 1000110 0 10111 110101 101010 100010 100100 101011

Color Harmonies of #947246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947246

Black with #947246

Text Example


Text Example

White with #947246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947246; }

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

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

background-color css

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

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

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

border-color css

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

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

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