Html Css Color HEX #947343 Pale Brown

📋 copy color: '#947343'

red 148 ◦ green 115 ◦ blue 67

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

Shades of Pale Brown #947343

Tints of Pale Brown #947343

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.85%

 BLUE value IS 67 (26.56% from 255) = 20.3%

R = 44.85%
G = 34.85%
B = 20.3%

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

#947343 (or 0x947343) is known color: Pale Brown. HEX triplet: 94, 73 and 43. RGB value is (148,115,67). Sum of RGB (Red+Green+Blue) = 148+115+67=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #947343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947343 is #6B8CBC. Grayscale: #777777. Windows color (decimal): -7048381 or 4420500. OLE color: 4420500.

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

Color convert

RGB 148 115 67 -
CMYK 0 0.22 0.55 0.42
HSL 35.56º 0.38% 0.42% -
HSV(B) 35.56º 0.55% 0.58% -
XYZ 19.36 18.96 7.95 -
YUV 119.4 98.43 148.4 -
System Red Green Blue C M Y K H S L
Decimal 148 115 67 0 0.22 0.55 0.42 35.56 0.38 0.42
Hex 94 73 43 0 16 37 2A 24 26 2A
Octal 224 163 103 0 26 67 52 44 46 52
Binary 10010100 1110011 1000011 0 10110 110111 101010 100100 100110 101010

Color Harmonies of #947343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947343

Black with #947343

Text Example


Text Example

White with #947343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947343; }

 p { color: rgb(148,115,67); }

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

background-color css

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

 a { background-color: rgb(148,115,67); }

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

border-color css

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

 span { border-color: rgb(148,115,67); }

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