Html Css Color HEX #957043 Pale Brown

📋 copy color: '#957043'

red 149 ◦ green 112 ◦ blue 67

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

Shades of Pale Brown #957043

Tints of Pale Brown #957043

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

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

R = 45.43%
G = 34.15%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#957043 (or 0x957043) is known color: Pale Brown. HEX triplet: 95, 70 and 43. RGB value is (149,112,67). Sum of RGB (Red+Green+Blue) = 149+112+67=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #957043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957043 is #6A8FBC. Grayscale: #767676. Windows color (decimal): -6983613 or 4419733. OLE color: 4419733.

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

Color convert

RGB 149 112 67 -
CMYK 0 0.25 0.55 0.42
HSL 32.93º 0.38% 0.42% -
HSV(B) 32.93º 0.55% 0.58% -
XYZ 19.2 18.38 7.85 -
YUV 117.93 99.26 150.16 -
System Red Green Blue C M Y K H S L
Decimal 149 112 67 0 0.25 0.55 0.42 32.93 0.38 0.42
Hex 95 70 43 0 19 37 2A 21 26 2A
Octal 225 160 103 0 31 67 52 41 46 52
Binary 10010101 1110000 1000011 0 11001 110111 101010 100001 100110 101010

Color Harmonies of #957043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957043

Black with #957043

Text Example


Text Example

White with #957043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957043; }

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

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

background-color css

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

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

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

border-color css

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

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

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