Html Css Color HEX #95765C Pale Brown

📋 copy color: '#95765C'

red 149 ◦ green 118 ◦ blue 92

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

Shades of Pale Brown #95765C

Tints of Pale Brown #95765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.63%

R = 41.5%
G = 32.87%
B = 25.63%

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

#95765C (or 0x95765C) is known color: Pale Brown. HEX triplet: 95, 76 and 5C. RGB value is (149,118,92). Sum of RGB (Red+Green+Blue) = 149+118+92=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95765C is #6A89A3. Grayscale: #7C7C7C. Windows color (decimal): -6982052 or 6059669. OLE color: 6059669.

HSL color Cylindrical-coordinate representation of color #95765C: hue angle of 27.37º degrees, saturation: 0.24, 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 #95765C is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 118 92 -
CMYK 0 0.21 0.38 0.42
HSL 27.37º 0.24% 0.47% -
HSV(B) 27.37º 0.38% 0.58% -
XYZ 20.8 20.12 12.91 -
YUV 124.31 109.77 145.61 -
System Red Green Blue C M Y K H S L
Decimal 149 118 92 0 0.21 0.38 0.42 27.37 0.24 0.47
Hex 95 76 5C 0 15 26 2A 1B 18 2F
Octal 225 166 134 0 25 46 52 33 30 57
Binary 10010101 1110110 1011100 0 10101 100110 101010 11011 11000 101111

Color Harmonies of #95765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95765C

Black with #95765C

Text Example


Text Example

White with #95765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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