Html Css Color HEX #927350 Pale Brown

📋 copy color: '#927350'

red 146 ◦ green 115 ◦ blue 80

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

Shades of Pale Brown #927350

Tints of Pale Brown #927350

RGB

 RED value IS 146 (57.42% from 255) = 42.82%

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 42.82%
G = 33.72%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#927350 (or 0x927350) is known color: Pale Brown. HEX triplet: 92, 73 and 50. RGB value is (146,115,80). Sum of RGB (Red+Green+Blue) = 146+115+80=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #927350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927350 is #6D8CAF. Grayscale: #787878. Windows color (decimal): -7179440 or 5272466. OLE color: 5272466.

HSL color Cylindrical-coordinate representation of color #927350: hue angle of 31.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #927350 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 115 80 -
CMYK 0 0.21 0.45 0.43
HSL 31.82º 0.29% 0.44% -
HSV(B) 31.82º 0.45% 0.57% -
XYZ 19.43 18.95 10.22 -
YUV 120.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 146 115 80 0 0.21 0.45 0.43 31.82 0.29 0.44
Hex 92 73 50 0 15 2D 2B 20 1D 2C
Octal 222 163 120 0 25 55 53 40 35 54
Binary 10010010 1110011 1010000 0 10101 101101 101011 100000 11101 101100

Color Harmonies of #927350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927350

Black with #927350

Text Example


Text Example

White with #927350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927350; }

 p { color: rgb(146,115,80); }

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

background-color css

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

 a { background-color: rgb(146,115,80); }

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

border-color css

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

 span { border-color: rgb(146,115,80); }

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