Html Css Color HEX #A35940 Sepia

📋 copy color: '#A35940'

red 163 ◦ green 89 ◦ blue 64

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

Shades of Sepia #A35940

Tints of Sepia #A35940

RGB

 RED value IS 163 (64.06% from 255) = 51.58%

 GREEN value IS 89 (35.16% from 255) = 28.16%

 BLUE value IS 64 (25.39% from 255) = 20.25%

R = 51.58%
G = 28.16%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A35940 (or 0xA35940) is known color: Sepia. HEX triplet: A3, 59 and 40. RGB value is (163,89,64). Sum of RGB (Red+Green+Blue) = 163+89+64=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A35940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35940 is #5CA6BF. Grayscale: #6C6C6C. Windows color (decimal): -6072000 or 4217251. OLE color: 4217251.

HSL color Cylindrical-coordinate representation of color #A35940: hue angle of 15.15º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A35940 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 89 64 -
CMYK 0 0.45 0.61 0.36
HSL 15.15º 0.44% 0.45% -
HSV(B) 15.15º 0.61% 0.64% -
XYZ 19.6 15.3 6.77 -
YUV 108.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 163 89 64 0 0.45 0.61 0.36 15.15 0.44 0.45
Hex A3 59 40 0 2D 3D 24 F 2C 2D
Octal 243 131 100 0 55 75 44 17 54 55
Binary 10100011 1011001 1000000 0 101101 111101 100100 1111 101100 101101

Color Harmonies of #A35940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35940

Black with #A35940

Text Example


Text Example

White with #A35940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35940; }

 p { color: rgb(163,89,64); }

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

background-color css

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

 a { background-color: rgb(163,89,64); }

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

border-color css

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

 span { border-color: rgb(163,89,64); }

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