Html Css Color HEX #95775A Pale Brown

📋 copy color: '#95775A'

red 149 ◦ green 119 ◦ blue 90

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

Shades of Pale Brown #95775A

Tints of Pale Brown #95775A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.14%

R = 41.62%
G = 33.24%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#95775A (or 0x95775A) is known color: Pale Brown. HEX triplet: 95, 77 and 5A. RGB value is (149,119,90). Sum of RGB (Red+Green+Blue) = 149+119+90=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95775A is #6A88A5. Grayscale: #7C7C7C. Windows color (decimal): -6981798 or 5928853. OLE color: 5928853.

HSL color Cylindrical-coordinate representation of color #95775A: hue angle of 29.49º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95775A is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 119 90 -
CMYK 0 0.20 0.40 0.42
HSL 29.49º 0.25% 0.47% -
HSV(B) 29.49º 0.4% 0.58% -
XYZ 20.84 20.32 12.5 -
YUV 124.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 149 119 90 0 0.20 0.40 0.42 29.49 0.25 0.47
Hex 95 77 5A 0 14 28 2A 1D 19 2F
Octal 225 167 132 0 24 50 52 35 31 57
Binary 10010101 1110111 1011010 0 10100 101000 101010 11101 11001 101111

Color Harmonies of #95775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95775A

Black with #95775A

Text Example


Text Example

White with #95775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95775A; }

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

 H1.HeaderClassName
 {
   color: #95775A;
 }
 .AnyTagClassName
 {
   color: #95775A;
 }
</style>

background-color css

<style>
 a { background-color: #95775A; }

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

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

border-color css

<style>
 span { border-color: #95775A; }

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

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