Html Css Color HEX #A35B3E Sepia

📋 copy color: '#A35B3E'

red 163 ◦ green 91 ◦ blue 62

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

Shades of Sepia #A35B3E

Tints of Sepia #A35B3E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.8%

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

R = 51.58%
G = 28.8%
B = 19.62%

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

#A35B3E (or 0xA35B3E) is known color: Sepia. HEX triplet: A3, 5B and 3E. RGB value is (163,91,62). Sum of RGB (Red+Green+Blue) = 163+91+62=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35B3E is #5CA4C1. Grayscale: #6D6D6D. Windows color (decimal): -6071490 or 4086691. OLE color: 4086691.

HSL color Cylindrical-coordinate representation of color #A35B3E: hue angle of 17.23º 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 #A35B3E is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 91 62 -
CMYK 0 0.44 0.62 0.36
HSL 17.23º 0.45% 0.44% -
HSV(B) 17.23º 0.62% 0.64% -
XYZ 19.71 15.62 6.53 -
YUV 109.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 163 91 62 0 0.44 0.62 0.36 17.23 0.45 0.44
Hex A3 5B 3E 0 2C 3E 24 11 2D 2C
Octal 243 133 76 0 54 76 44 21 55 54
Binary 10100011 1011011 111110 0 101100 111110 100100 10001 101101 101100

Color Harmonies of #A35B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35B3E

Black with #A35B3E

Text Example


Text Example

White with #A35B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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