Html Css Color HEX #A25C3D Sepia

📋 copy color: '#A25C3D'

red 162 ◦ green 92 ◦ blue 61

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

Shades of Sepia #A25C3D

Tints of Sepia #A25C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.37%

R = 51.43%
G = 29.21%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A25C3D (or 0xA25C3D) is known color: Sepia. HEX triplet: A2, 5C and 3D. RGB value is (162,92,61). Sum of RGB (Red+Green+Blue) = 162+92+61=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C3D is #5DA3C2. Grayscale: #6D6D6D. Windows color (decimal): -6136771 or 4021410. OLE color: 4021410.

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

Color convert

RGB 162 92 61 -
CMYK 0 0.43 0.62 0.36
HSL 18.42º 0.45% 0.44% -
HSV(B) 18.42º 0.62% 0.64% -
XYZ 19.57 15.67 6.41 -
YUV 109.4 100.69 165.52 -
System Red Green Blue C M Y K H S L
Decimal 162 92 61 0 0.43 0.62 0.36 18.42 0.45 0.44
Hex A2 5C 3D 0 2B 3E 24 12 2D 2C
Octal 242 134 75 0 53 76 44 22 55 54
Binary 10100010 1011100 111101 0 101011 111110 100100 10010 101101 101100

Color Harmonies of #A25C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C3D

Black with #A25C3D

Text Example


Text Example

White with #A25C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C3D; }

 p { color: rgb(162,92,61); }

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

background-color css

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

 a { background-color: rgb(162,92,61); }

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

border-color css

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

 span { border-color: rgb(162,92,61); }

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