Html Css Color HEX #A35B3F Sepia

📋 copy color: '#A35B3F'

red 163 ◦ green 91 ◦ blue 63

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

Shades of Sepia #A35B3F

Tints of Sepia #A35B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.87%

R = 51.42%
G = 28.71%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A35B3F (or 0xA35B3F) is known color: Sepia. HEX triplet: A3, 5B and 3F. RGB value is (163,91,63). Sum of RGB (Red+Green+Blue) = 163+91+63=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35B3F is #5CA4C0. Grayscale: #6D6D6D. Windows color (decimal): -6071489 or 4152227. OLE color: 4152227.

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

Color convert

RGB 163 91 63 -
CMYK 0 0.44 0.61 0.36
HSL 16.8º 0.44% 0.44% -
HSV(B) 16.8º 0.61% 0.64% -
XYZ 19.74 15.63 6.68 -
YUV 109.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 163 91 63 0 0.44 0.61 0.36 16.8 0.44 0.44
Hex A3 5B 3F 0 2C 3D 24 11 2C 2C
Octal 243 133 77 0 54 75 44 21 54 54
Binary 10100011 1011011 111111 0 101100 111101 100100 10001 101100 101100

Color Harmonies of #A35B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35B3F

Black with #A35B3F

Text Example


Text Example

White with #A35B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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