Html Css Color HEX #A75C3E Sepia

📋 copy color: '#A75C3E'

red 167 ◦ green 92 ◦ blue 62

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

Shades of Sepia #A75C3E

Tints of Sepia #A75C3E

RGB

 RED value IS 167 (65.63% from 255) = 52.02%

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

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

R = 52.02%
G = 28.66%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A75C3E (or 0xA75C3E) is known color: Sepia. HEX triplet: A7, 5C and 3E. RGB value is (167,92,62). Sum of RGB (Red+Green+Blue) = 167+92+62=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75C3E is #58A3C1. Grayscale: #6F6F6F. Windows color (decimal): -5809090 or 4086951. OLE color: 4086951.

HSL color Cylindrical-coordinate representation of color #A75C3E: hue angle of 17.14º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A75C3E is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 92 62 -
CMYK 0 0.45 0.63 0.35
HSL 17.14º 0.46% 0.45% -
HSV(B) 17.14º 0.63% 0.65% -
XYZ 20.63 16.22 6.6 -
YUV 111.01 100.35 167.94 -
System Red Green Blue C M Y K H S L
Decimal 167 92 62 0 0.45 0.63 0.35 17.14 0.46 0.45
Hex A7 5C 3E 0 2D 3F 23 11 2E 2D
Octal 247 134 76 0 55 77 43 21 56 55
Binary 10100111 1011100 111110 0 101101 111111 100011 10001 101110 101101

Color Harmonies of #A75C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75C3E

Black with #A75C3E

Text Example


Text Example

White with #A75C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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