Html Css Color HEX #95724A Pale Brown

📋 copy color: '#95724A'

red 149 ◦ green 114 ◦ blue 74

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

Shades of Pale Brown #95724A

Tints of Pale Brown #95724A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 44.21%
G = 33.83%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#95724A (or 0x95724A) is known color: Pale Brown. HEX triplet: 95, 72 and 4A. RGB value is (149,114,74). Sum of RGB (Red+Green+Blue) = 149+114+74=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #95724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95724A is #6A8DB5. Grayscale: #787878. Windows color (decimal): -6983094 or 4878997. OLE color: 4878997.

HSL color Cylindrical-coordinate representation of color #95724A: hue angle of 32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95724A is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 114 74 -
CMYK 0 0.23 0.50 0.42
HSL 32º 0.34% 0.44% -
HSV(B) 32º 0.5% 0.58% -
XYZ 19.65 18.92 9.09 -
YUV 119.91 102.1 148.75 -
System Red Green Blue C M Y K H S L
Decimal 149 114 74 0 0.23 0.50 0.42 32 0.34 0.44
Hex 95 72 4A 0 17 32 2A 20 22 2C
Octal 225 162 112 0 27 62 52 40 42 54
Binary 10010101 1110010 1001010 0 10111 110010 101010 100000 100010 101100

Color Harmonies of #95724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95724A

Black with #95724A

Text Example


Text Example

White with #95724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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