Html Css Color HEX #927353 Pale Brown

📋 copy color: '#927353'

red 146 ◦ green 115 ◦ blue 83

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

Shades of Pale Brown #927353

Tints of Pale Brown #927353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.13%

R = 42.44%
G = 33.43%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#927353 (or 0x927353) is known color: Pale Brown. HEX triplet: 92, 73 and 53. RGB value is (146,115,83). Sum of RGB (Red+Green+Blue) = 146+115+83=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 146 - color contains mainly: red. Hex color #927353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927353 is #6D8CAC. Grayscale: #787878. Windows color (decimal): -7179437 or 5469074. OLE color: 5469074.

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

Color convert

RGB 146 115 83 -
CMYK 0 0.21 0.43 0.43
HSL 30.48º 0.28% 0.45% -
HSV(B) 30.48º 0.43% 0.57% -
XYZ 19.55 19 10.82 -
YUV 120.62 106.77 146.1 -
System Red Green Blue C M Y K H S L
Decimal 146 115 83 0 0.21 0.43 0.43 30.48 0.28 0.45
Hex 92 73 53 0 15 2B 2B 1E 1C 2D
Octal 222 163 123 0 25 53 53 36 34 55
Binary 10010010 1110011 1010011 0 10101 101011 101011 11110 11100 101101

Color Harmonies of #927353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927353

Black with #927353

Text Example


Text Example

White with #927353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927353; }

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

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

background-color css

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

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

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

border-color css

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

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

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