Html Css Color HEX #917053 Pale Brown

📋 copy color: '#917053'

red 145 ◦ green 112 ◦ blue 83

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

Shades of Pale Brown #917053

Tints of Pale Brown #917053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.94%

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

R = 42.65%
G = 32.94%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#917053 (or 0x917053) is known color: Pale Brown. HEX triplet: 91, 70 and 53. RGB value is (145,112,83). Sum of RGB (Red+Green+Blue) = 145+112+83=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #917053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917053 is #6E8FAC. Grayscale: #767676. Windows color (decimal): -7245741 or 5468305. OLE color: 5468305.

HSL color Cylindrical-coordinate representation of color #917053: hue angle of 28.06º 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 #917053 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 112 83 -
CMYK 0 0.23 0.43 0.43
HSL 28.06º 0.27% 0.45% -
HSV(B) 28.06º 0.43% 0.57% -
XYZ 19.03 18.23 10.7 -
YUV 118.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 145 112 83 0 0.23 0.43 0.43 28.06 0.27 0.45
Hex 91 70 53 0 17 2B 2B 1C 1B 2D
Octal 221 160 123 0 27 53 53 34 33 55
Binary 10010001 1110000 1010011 0 10111 101011 101011 11100 11011 101101

Color Harmonies of #917053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917053

Black with #917053

Text Example


Text Example

White with #917053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917053; }

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

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

background-color css

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

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

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

border-color css

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

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

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