#95774B

Color #95774B Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #95774B

Tints of Pale Brown #95774B

Color information

#95774B (or 0x95774B) is unknown color: approx Pale Brown. HEX triplet: 95, 77 and 4B. RGB value is (149,119,75). Sum of RGB (Red+Green+Blue) = 149+119+75=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95774B is #6A88B4. Grayscale: #7B7B7B. Windows color (decimal): -6981813 or 4945813. OLE color: 4945813.

HSL color Cylindrical-coordinate representation of color #95774B: hue angle of 35.68º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95774B is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14911975-
CMYK00.200.500.42
HSL35.68º33.04%43.92%-
HSV(B)35.68º49.66%58.43%-
XYZ20.2620.099.47-
YUV122.95100.94146.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 75 (29.69% from 255) = 21.87%
R=43.44%
G=34.69%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491197500.200.500.4235.6833.0443.92
Hex95774B014322A24212c
Octal2251671130246252444154
Binary1001010111101111001011010100110010101010100100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95774B;
 }
 .AnyTagClassName
 {
   color: #95774B;
 }
</style>
background-color css

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

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

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

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

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

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