Html Css Color HEX #A55F42 Sepia

📋 copy color: '#A55F42'

red 165 ◦ green 95 ◦ blue 66

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

Shades of Sepia #A55F42

Tints of Sepia #A55F42

RGB

 RED value IS 165 (64.84% from 255) = 50.61%

 GREEN value IS 95 (37.5% from 255) = 29.14%

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

R = 50.61%
G = 29.14%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A55F42 (or 0xA55F42) is known color: Sepia. HEX triplet: A5, 5F and 42. RGB value is (165,95,66). Sum of RGB (Red+Green+Blue) = 165+95+66=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55F42 is #5AA0BD. Grayscale: #707070. Windows color (decimal): -5939390 or 4349861. OLE color: 4349861.

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

Color convert

RGB 165 95 66 -
CMYK 0 0.42 0.60 0.35
HSL 17.58º 0.43% 0.45% -
HSV(B) 17.58º 0.6% 0.65% -
XYZ 20.59 16.58 7.27 -
YUV 112.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 165 95 66 0 0.42 0.60 0.35 17.58 0.43 0.45
Hex A5 5F 42 0 2A 3C 23 12 2B 2D
Octal 245 137 102 0 52 74 43 22 53 55
Binary 10100101 1011111 1000010 0 101010 111100 100011 10010 101011 101101

Color Harmonies of #A55F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F42

Black with #A55F42

Text Example


Text Example

White with #A55F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F42; }

 p { color: rgb(165,95,66); }

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

background-color css

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

 a { background-color: rgb(165,95,66); }

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

border-color css

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

 span { border-color: rgb(165,95,66); }

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