Html Css Color HEX #95714A Pale Brown

📋 copy color: '#95714A'

red 149 ◦ green 113 ◦ blue 74

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

Shades of Pale Brown #95714A

Tints of Pale Brown #95714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.63%

 BLUE value IS 74 (29.3% from 255) = 22.02%

R = 44.35%
G = 33.63%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#95714A (or 0x95714A) is known color: Pale Brown. HEX triplet: 95, 71 and 4A. RGB value is (149,113,74). Sum of RGB (Red+Green+Blue) = 149+113+74=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #95714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95714A is #6A8EB5. Grayscale: #777777. Windows color (decimal): -6983350 or 4878741. OLE color: 4878741.

HSL color Cylindrical-coordinate representation of color #95714A: hue angle of 31.2º degrees, saturation: 0.34, 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 #95714A is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 113 74 -
CMYK 0 0.24 0.50 0.42
HSL 31.2º 0.34% 0.44% -
HSV(B) 31.2º 0.5% 0.58% -
XYZ 19.54 18.69 9.06 -
YUV 119.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 149 113 74 0 0.24 0.50 0.42 31.2 0.34 0.44
Hex 95 71 4A 0 18 32 2A 1F 22 2C
Octal 225 161 112 0 30 62 52 37 42 54
Binary 10010101 1110001 1001010 0 11000 110010 101010 11111 100010 101100

Color Harmonies of #95714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95714A

Black with #95714A

Text Example


Text Example

White with #95714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,113,74); }

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

background-color css

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

 a { background-color: rgb(149,113,74); }

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

border-color css

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

 span { border-color: rgb(149,113,74); }

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