Html Css Color HEX #A35C3E Sepia

📋 copy color: '#A35C3E'

red 163 ◦ green 92 ◦ blue 62

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

Shades of Sepia #A35C3E

Tints of Sepia #A35C3E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.02%

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 51.42%
G = 29.02%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A35C3E (or 0xA35C3E) is known color: Sepia. HEX triplet: A3, 5C and 3E. RGB value is (163,92,62). Sum of RGB (Red+Green+Blue) = 163+92+62=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C3E is #5CA3C1. Grayscale: #6E6E6E. Windows color (decimal): -6071234 or 4086947. OLE color: 4086947.

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

Color convert

RGB 163 92 62 -
CMYK 0 0.44 0.62 0.36
HSL 17.82º 0.45% 0.44% -
HSV(B) 17.82º 0.62% 0.64% -
XYZ 19.8 15.79 6.56 -
YUV 109.81 101.02 165.94 -
System Red Green Blue C M Y K H S L
Decimal 163 92 62 0 0.44 0.62 0.36 17.82 0.45 0.44
Hex A3 5C 3E 0 2C 3E 24 12 2D 2C
Octal 243 134 76 0 54 76 44 22 55 54
Binary 10100011 1011100 111110 0 101100 111110 100100 10010 101101 101100

Color Harmonies of #A35C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35C3E

Black with #A35C3E

Text Example


Text Example

White with #A35C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35C3E; }

 p { color: rgb(163,92,62); }

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

background-color css

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

 a { background-color: rgb(163,92,62); }

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

border-color css

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

 span { border-color: rgb(163,92,62); }

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