Html Css Color HEX #95765D Pale Brown

📋 copy color: '#95765D'

red 149 ◦ green 118 ◦ blue 93

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

Shades of Pale Brown #95765D

Tints of Pale Brown #95765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.78%

 BLUE value IS 93 (36.72% from 255) = 25.83%

R = 41.39%
G = 32.78%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95765D (or 0x95765D) is known color: Pale Brown. HEX triplet: 95, 76 and 5D. RGB value is (149,118,93). Sum of RGB (Red+Green+Blue) = 149+118+93=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #95765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95765D is #6A89A2. Grayscale: #7C7C7C. Windows color (decimal): -6982051 or 6125205. OLE color: 6125205.

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

Color convert

RGB 149 118 93 -
CMYK 0 0.21 0.38 0.42
HSL 26.79º 0.23% 0.47% -
HSV(B) 26.79º 0.38% 0.58% -
XYZ 20.85 20.14 13.14 -
YUV 124.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 149 118 93 0 0.21 0.38 0.42 26.79 0.23 0.47
Hex 95 76 5D 0 15 26 2A 1B 17 2F
Octal 225 166 135 0 25 46 52 33 27 57
Binary 10010101 1110110 1011101 0 10101 100110 101010 11011 10111 101111

Color Harmonies of #95765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95765D

Black with #95765D

Text Example


Text Example

White with #95765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,118,93); }

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

background-color css

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

 a { background-color: rgb(149,118,93); }

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

border-color css

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

 span { border-color: rgb(149,118,93); }

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