Html Css Color HEX #95764C Pale Brown

📋 copy color: '#95764C'

red 149 ◦ green 118 ◦ blue 76

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

Shades of Pale Brown #95764C

Tints of Pale Brown #95764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.16%

R = 43.44%
G = 34.4%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95764C (or 0x95764C) is known color: Pale Brown. HEX triplet: 95, 76 and 4C. RGB value is (149,118,76). Sum of RGB (Red+Green+Blue) = 149+118+76=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95764C is #6A89B3. Grayscale: #7A7A7A. Windows color (decimal): -6982068 or 5011093. OLE color: 5011093.

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

Color convert

RGB 149 118 76 -
CMYK 0 0.21 0.49 0.42
HSL 34.52º 0.32% 0.44% -
HSV(B) 34.52º 0.49% 0.58% -
XYZ 20.18 19.87 9.61 -
YUV 122.48 101.77 146.92 -
System Red Green Blue C M Y K H S L
Decimal 149 118 76 0 0.21 0.49 0.42 34.52 0.32 0.44
Hex 95 76 4C 0 15 31 2A 23 20 2C
Octal 225 166 114 0 25 61 52 43 40 54
Binary 10010101 1110110 1001100 0 10101 110001 101010 100011 100000 101100

Color Harmonies of #95764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95764C

Black with #95764C

Text Example


Text Example

White with #95764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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