Html Css Color HEX #A25841 Sepia

📋 copy color: '#A25841'

red 162 ◦ green 88 ◦ blue 65

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

Shades of Sepia #A25841

Tints of Sepia #A25841

RGB

 RED value IS 162 (63.67% from 255) = 51.43%

 GREEN value IS 88 (34.77% from 255) = 27.94%

 BLUE value IS 65 (25.78% from 255) = 20.63%

R = 51.43%
G = 27.94%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A25841 (or 0xA25841) is known color: Sepia. HEX triplet: A2, 58 and 41. RGB value is (162,88,65). Sum of RGB (Red+Green+Blue) = 162+88+65=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A25841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25841 is #5DA7BE. Grayscale: #6B6B6B. Windows color (decimal): -6137791 or 4282530. OLE color: 4282530.

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

Color convert

RGB 162 88 65 -
CMYK 0 0.46 0.60 0.36
HSL 14.23º 0.43% 0.45% -
HSV(B) 14.23º 0.6% 0.64% -
XYZ 19.34 15.04 6.88 -
YUV 107.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 162 88 65 0 0.46 0.60 0.36 14.23 0.43 0.45
Hex A2 58 41 0 2E 3C 24 E 2B 2D
Octal 242 130 101 0 56 74 44 16 53 55
Binary 10100010 1011000 1000001 0 101110 111100 100100 1110 101011 101101

Color Harmonies of #A25841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25841

Black with #A25841

Text Example


Text Example

White with #A25841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25841; }

 p { color: rgb(162,88,65); }

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

background-color css

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

 a { background-color: rgb(162,88,65); }

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

border-color css

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

 span { border-color: rgb(162,88,65); }

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