Html Css Color HEX #917552 Pale Brown

📋 copy color: '#917552'

red 145 ◦ green 117 ◦ blue 82

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

Shades of Pale Brown #917552

Tints of Pale Brown #917552

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.01%

 BLUE value IS 82 (32.42% from 255) = 23.84%

R = 42.15%
G = 34.01%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#917552 (or 0x917552) is known color: Pale Brown. HEX triplet: 91, 75 and 52. RGB value is (145,117,82). Sum of RGB (Red+Green+Blue) = 145+117+82=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #917552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917552 is #6E8AAD. Grayscale: #797979. Windows color (decimal): -7244462 or 5404049. OLE color: 5404049.

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

Color convert

RGB 145 117 82 -
CMYK 0 0.19 0.43 0.43
HSL 33.33º 0.28% 0.45% -
HSV(B) 33.33º 0.43% 0.57% -
XYZ 19.56 19.35 10.69 -
YUV 121.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 145 117 82 0 0.19 0.43 0.43 33.33 0.28 0.45
Hex 91 75 52 0 13 2B 2B 21 1C 2D
Octal 221 165 122 0 23 53 53 41 34 55
Binary 10010001 1110101 1010010 0 10011 101011 101011 100001 11100 101101

Color Harmonies of #917552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917552

Black with #917552

Text Example


Text Example

White with #917552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917552; }

 p { color: rgb(145,117,82); }

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

background-color css

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

 a { background-color: rgb(145,117,82); }

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

border-color css

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

 span { border-color: rgb(145,117,82); }

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