Html Css Color HEX #95784F Pale Brown

📋 copy color: '#95784F'

red 149 ◦ green 120 ◦ blue 79

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

Shades of Pale Brown #95784F

Tints of Pale Brown #95784F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.48%

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

R = 42.82%
G = 34.48%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#95784F (or 0x95784F) is known color: Pale Brown. HEX triplet: 95, 78 and 4F. RGB value is (149,120,79). Sum of RGB (Red+Green+Blue) = 149+120+79=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #95784F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95784F is #6A87B0. Grayscale: #7C7C7C. Windows color (decimal): -6981553 or 5208213. OLE color: 5208213.

HSL color Cylindrical-coordinate representation of color #95784F: hue angle of 35.14º 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 #95784F is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 120 79 -
CMYK 0 0.19 0.47 0.42
HSL 35.14º 0.31% 0.45% -
HSV(B) 35.14º 0.47% 0.58% -
XYZ 20.52 20.39 10.25 -
YUV 124 102.61 145.83 -
System Red Green Blue C M Y K H S L
Decimal 149 120 79 0 0.19 0.47 0.42 35.14 0.31 0.45
Hex 95 78 4F 0 13 2F 2A 23 1F 2D
Octal 225 170 117 0 23 57 52 43 37 55
Binary 10010101 1111000 1001111 0 10011 101111 101010 100011 11111 101101

Color Harmonies of #95784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95784F

Black with #95784F

Text Example


Text Example

White with #95784F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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