Html Css Color HEX #A75A3F Sepia

📋 copy color: '#A75A3F'

red 167 ◦ green 90 ◦ blue 63

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

Shades of Sepia #A75A3F

Tints of Sepia #A75A3F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.13%

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

R = 52.19%
G = 28.13%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A75A3F (or 0xA75A3F) is known color: Sepia. HEX triplet: A7, 5A and 3F. RGB value is (167,90,63). Sum of RGB (Red+Green+Blue) = 167+90+63=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75A3F is #58A5C0. Grayscale: #6E6E6E. Windows color (decimal): -5809601 or 4151975. OLE color: 4151975.

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

Color convert

RGB 167 90 63 -
CMYK 0 0.46 0.62 0.35
HSL 15.58º 0.45% 0.45% -
HSV(B) 15.58º 0.62% 0.65% -
XYZ 20.49 15.89 6.69 -
YUV 109.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 167 90 63 0 0.46 0.62 0.35 15.58 0.45 0.45
Hex A7 5A 3F 0 2E 3E 23 10 2D 2D
Octal 247 132 77 0 56 76 43 20 55 55
Binary 10100111 1011010 111111 0 101110 111110 100011 10000 101101 101101

Color Harmonies of #A75A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75A3F

Black with #A75A3F

Text Example


Text Example

White with #A75A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75A3F; }

 p { color: rgb(167,90,63); }

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

background-color css

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

 a { background-color: rgb(167,90,63); }

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

border-color css

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

 span { border-color: rgb(167,90,63); }

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