Html Css Color HEX #95724D Pale Brown

📋 copy color: '#95724D'

red 149 ◦ green 114 ◦ blue 77

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

Shades of Pale Brown #95724D

Tints of Pale Brown #95724D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 43.82%
G = 33.53%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95724D (or 0x95724D) is known color: Pale Brown. HEX triplet: 95, 72 and 4D. RGB value is (149,114,77). Sum of RGB (Red+Green+Blue) = 149+114+77=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95724D is #6A8DB2. Grayscale: #787878. Windows color (decimal): -6983091 or 5075605. OLE color: 5075605.

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

Color convert

RGB 149 114 77 -
CMYK 0 0.23 0.48 0.42
HSL 30.83º 0.32% 0.44% -
HSV(B) 30.83º 0.48% 0.58% -
XYZ 19.75 18.96 9.64 -
YUV 120.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 149 114 77 0 0.23 0.48 0.42 30.83 0.32 0.44
Hex 95 72 4D 0 17 30 2A 1F 20 2C
Octal 225 162 115 0 27 60 52 37 40 54
Binary 10010101 1110010 1001101 0 10111 110000 101010 11111 100000 101100

Color Harmonies of #95724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95724D

Black with #95724D

Text Example


Text Example

White with #95724D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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