Html Css Color HEX #A55D32 Indochine

📋 copy color: '#A55D32'

red 165 ◦ green 93 ◦ blue 50

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

Shades of Indochine #A55D32

Tints of Indochine #A55D32

RGB

 RED value IS 165 (64.84% from 255) = 53.57%

 GREEN value IS 93 (36.72% from 255) = 30.19%

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 53.57%
G = 30.19%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A55D32 (or 0xA55D32) is known color: Indochine. HEX triplet: A5, 5D and 32. RGB value is (165,93,50). Sum of RGB (Red+Green+Blue) = 165+93+50=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55D32 is #5AA2CD. Grayscale: #6D6D6D. Windows color (decimal): -5939918 or 3300773. OLE color: 3300773.

HSL color Cylindrical-coordinate representation of color #A55D32: hue angle of 22.43º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A55D32 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 93 50 -
CMYK 0 0.44 0.70 0.35
HSL 22.43º 0.53% 0.42% -
HSV(B) 22.43º 0.7% 0.65% -
XYZ 20.01 16.06 5.06 -
YUV 109.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 165 93 50 0 0.44 0.70 0.35 22.43 0.53 0.42
Hex A5 5D 32 0 2C 46 23 16 35 2A
Octal 245 135 62 0 54 106 43 26 65 52
Binary 10100101 1011101 110010 0 101100 1000110 100011 10110 110101 101010

Color Harmonies of #A55D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D32

Black with #A55D32

Text Example


Text Example

White with #A55D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D32; }

 p { color: rgb(165,93,50); }

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

background-color css

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

 a { background-color: rgb(165,93,50); }

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

border-color css

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

 span { border-color: rgb(165,93,50); }

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