Html Css Color HEX #957244 Pale Brown

📋 copy color: '#957244'

red 149 ◦ green 114 ◦ blue 68

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

Shades of Pale Brown #957244

Tints of Pale Brown #957244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.54%

R = 45.02%
G = 34.44%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#957244 (or 0x957244) is known color: Pale Brown. HEX triplet: 95, 72 and 44. RGB value is (149,114,68). Sum of RGB (Red+Green+Blue) = 149+114+68=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #957244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957244 is #6A8DBB. Grayscale: #777777. Windows color (decimal): -6983100 or 4485781. OLE color: 4485781.

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

Color convert

RGB 149 114 68 -
CMYK 0 0.23 0.54 0.42
HSL 34.07º 0.37% 0.43% -
HSV(B) 34.07º 0.54% 0.58% -
XYZ 19.46 18.84 8.08 -
YUV 119.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 149 114 68 0 0.23 0.54 0.42 34.07 0.37 0.43
Hex 95 72 44 0 17 36 2A 22 25 2B
Octal 225 162 104 0 27 66 52 42 45 53
Binary 10010101 1110010 1000100 0 10111 110110 101010 100010 100101 101011

Color Harmonies of #957244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957244

Black with #957244

Text Example


Text Example

White with #957244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957244; }

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

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

background-color css

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

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

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

border-color css

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

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

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