Html Css Color HEX #95764F Pale Brown

📋 copy color: '#95764F'

red 149 ◦ green 118 ◦ blue 79

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

Shades of Pale Brown #95764F

Tints of Pale Brown #95764F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 43.06%
G = 34.1%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#95764F (or 0x95764F) is known color: Pale Brown. HEX triplet: 95, 76 and 4F. RGB value is (149,118,79). Sum of RGB (Red+Green+Blue) = 149+118+79=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #95764F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95764F is #6A89B0. Grayscale: #7B7B7B. Windows color (decimal): -6982065 or 5207701. OLE color: 5207701.

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

Color convert

RGB 149 118 79 -
CMYK 0 0.21 0.47 0.42
HSL 33.43º 0.31% 0.45% -
HSV(B) 33.43º 0.47% 0.58% -
XYZ 20.28 19.91 10.17 -
YUV 122.82 103.27 146.67 -
System Red Green Blue C M Y K H S L
Decimal 149 118 79 0 0.21 0.47 0.42 33.43 0.31 0.45
Hex 95 76 4F 0 15 2F 2A 21 1F 2D
Octal 225 166 117 0 25 57 52 41 37 55
Binary 10010101 1110110 1001111 0 10101 101111 101010 100001 11111 101101

Color Harmonies of #95764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95764F

Black with #95764F

Text Example


Text Example

White with #95764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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