Html Css Color HEX #91755C Pale Brown

📋 copy color: '#91755C'

red 145 ◦ green 117 ◦ blue 92

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

Shades of Pale Brown #91755C

Tints of Pale Brown #91755C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 40.96%
G = 33.05%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#91755C (or 0x91755C) is known color: Pale Brown. HEX triplet: 91, 75 and 5C. RGB value is (145,117,92). Sum of RGB (Red+Green+Blue) = 145+117+92=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 145 - color contains mainly: red. Hex color #91755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91755C is #6E8AA3. Grayscale: #7A7A7A. Windows color (decimal): -7244452 or 6059409. OLE color: 6059409.

HSL color Cylindrical-coordinate representation of color #91755C: hue angle of 28.3º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91755C is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 117 92 -
CMYK 0 0.19 0.37 0.43
HSL 28.3º 0.22% 0.46% -
HSV(B) 28.3º 0.37% 0.57% -
XYZ 19.97 19.52 12.84 -
YUV 122.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 145 117 92 0 0.19 0.37 0.43 28.3 0.22 0.46
Hex 91 75 5C 0 13 25 2B 1C 16 2E
Octal 221 165 134 0 23 45 53 34 26 56
Binary 10010001 1110101 1011100 0 10011 100101 101011 11100 10110 101110

Color Harmonies of #91755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91755C

Black with #91755C

Text Example


Text Example

White with #91755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91755C; }

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

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

background-color css

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

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

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

border-color css

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

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

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