Html Css Color HEX #95774D Pale Brown

📋 copy color: '#95774D'

red 149 ◦ green 119 ◦ blue 77

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

Shades of Pale Brown #95774D

Tints of Pale Brown #95774D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.49%

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

R = 43.19%
G = 34.49%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95774D (or 0x95774D) is known color: Pale Brown. HEX triplet: 95, 77 and 4D. RGB value is (149,119,77). Sum of RGB (Red+Green+Blue) = 149+119+77=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #95774D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95774D is #6A88B2. Grayscale: #7B7B7B. Windows color (decimal): -6981811 or 5076885. OLE color: 5076885.

HSL color Cylindrical-coordinate representation of color #95774D: hue angle of 35º 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 #95774D is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 119 77 -
CMYK 0 0.20 0.48 0.42
HSL 35º 0.32% 0.44% -
HSV(B) 35º 0.48% 0.58% -
XYZ 20.33 20.12 9.83 -
YUV 123.18 101.94 146.42 -
System Red Green Blue C M Y K H S L
Decimal 149 119 77 0 0.20 0.48 0.42 35 0.32 0.44
Hex 95 77 4D 0 14 30 2A 23 20 2C
Octal 225 167 115 0 24 60 52 43 40 54
Binary 10010101 1110111 1001101 0 10100 110000 101010 100011 100000 101100

Color Harmonies of #95774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95774D

Black with #95774D

Text Example


Text Example

White with #95774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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