Html Css Color HEX #917353 Pale Brown

📋 copy color: '#917353'

red 145 ◦ green 115 ◦ blue 83

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

Shades of Pale Brown #917353

Tints of Pale Brown #917353

RGB

 RED value IS 145 (57.03% from 255) = 42.27%

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

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

R = 42.27%
G = 33.53%
B = 24.2%

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

#917353 (or 0x917353) is known color: Pale Brown. HEX triplet: 91, 73 and 53. RGB value is (145,115,83). Sum of RGB (Red+Green+Blue) = 145+115+83=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #917353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917353 is #6E8CAC. Grayscale: #787878. Windows color (decimal): -7244973 or 5469073. OLE color: 5469073.

HSL color Cylindrical-coordinate representation of color #917353: hue angle of 30.97º degrees, saturation: 0.27, 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 #917353 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 115 83 -
CMYK 0 0.21 0.43 0.43
HSL 30.97º 0.27% 0.45% -
HSV(B) 30.97º 0.43% 0.57% -
XYZ 19.37 18.91 10.81 -
YUV 120.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 145 115 83 0 0.21 0.43 0.43 30.97 0.27 0.45
Hex 91 73 53 0 15 2B 2B 1F 1B 2D
Octal 221 163 123 0 25 53 53 37 33 55
Binary 10010001 1110011 1010011 0 10101 101011 101011 11111 11011 101101

Color Harmonies of #917353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917353

Black with #917353

Text Example


Text Example

White with #917353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917353; }

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

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

background-color css

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

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

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

border-color css

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

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

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