Html Css Color HEX #A75A42 Sepia

📋 copy color: '#A75A42'

red 167 ◦ green 90 ◦ blue 66

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

Shades of Sepia #A75A42

Tints of Sepia #A75A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.43%

R = 51.7%
G = 27.86%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A75A42 (or 0xA75A42) is known color: Sepia. HEX triplet: A7, 5A and 42. RGB value is (167,90,66). Sum of RGB (Red+Green+Blue) = 167+90+66=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75A42 is #58A5BD. Grayscale: #6E6E6E. Windows color (decimal): -5809598 or 4348583. OLE color: 4348583.

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

Color convert

RGB 167 90 66 -
CMYK 0 0.46 0.60 0.35
HSL 14.26º 0.43% 0.46% -
HSV(B) 14.26º 0.6% 0.65% -
XYZ 20.58 15.92 7.14 -
YUV 110.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 167 90 66 0 0.46 0.60 0.35 14.26 0.43 0.46
Hex A7 5A 42 0 2E 3C 23 E 2B 2E
Octal 247 132 102 0 56 74 43 16 53 56
Binary 10100111 1011010 1000010 0 101110 111100 100011 1110 101011 101110

Color Harmonies of #A75A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75A42

Black with #A75A42

Text Example


Text Example

White with #A75A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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