Html Css Color HEX #957243 Pale Brown

📋 copy color: '#957243'

red 149 ◦ green 114 ◦ blue 67

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

Shades of Pale Brown #957243

Tints of Pale Brown #957243

RGB

 RED value IS 149 (58.59% from 255) = 45.15%

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

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

R = 45.15%
G = 34.55%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#957243 (or 0x957243) is known color: Pale Brown. HEX triplet: 95, 72 and 43. RGB value is (149,114,67). Sum of RGB (Red+Green+Blue) = 149+114+67=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #957243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957243 is #6A8DBC. Grayscale: #777777. Windows color (decimal): -6983101 or 4420245. OLE color: 4420245.

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

Color convert

RGB 149 114 67 -
CMYK 0 0.23 0.55 0.42
HSL 34.39º 0.38% 0.42% -
HSV(B) 34.39º 0.55% 0.58% -
XYZ 19.42 18.83 7.92 -
YUV 119.11 98.6 149.32 -
System Red Green Blue C M Y K H S L
Decimal 149 114 67 0 0.23 0.55 0.42 34.39 0.38 0.42
Hex 95 72 43 0 17 37 2A 22 26 2A
Octal 225 162 103 0 27 67 52 42 46 52
Binary 10010101 1110010 1000011 0 10111 110111 101010 100010 100110 101010

Color Harmonies of #957243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957243

Black with #957243

Text Example


Text Example

White with #957243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957243; }

 p { color: rgb(149,114,67); }

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

background-color css

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

 a { background-color: rgb(149,114,67); }

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

border-color css

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

 span { border-color: rgb(149,114,67); }

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