Html Css Color HEX #A36148 Sepia

📋 copy color: '#A36148'

red 163 ◦ green 97 ◦ blue 72

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

Shades of Sepia #A36148

Tints of Sepia #A36148

RGB

 RED value IS 163 (64.06% from 255) = 49.1%

 GREEN value IS 97 (38.28% from 255) = 29.22%

 BLUE value IS 72 (28.52% from 255) = 21.69%

R = 49.1%
G = 29.22%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A36148 (or 0xA36148) is known color: Sepia. HEX triplet: A3, 61 and 48. RGB value is (163,97,72). Sum of RGB (Red+Green+Blue) = 163+97+72=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A36148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36148 is #5C9EB7. Grayscale: #727272. Windows color (decimal): -6069944 or 4743587. OLE color: 4743587.

HSL color Cylindrical-coordinate representation of color #A36148: hue angle of 16.48º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A36148 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 97 72 -
CMYK 0 0.40 0.56 0.36
HSL 16.48º 0.39% 0.46% -
HSV(B) 16.48º 0.56% 0.64% -
XYZ 20.55 16.8 8.29 -
YUV 113.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 163 97 72 0 0.40 0.56 0.36 16.48 0.39 0.46
Hex A3 61 48 0 28 38 24 10 27 2E
Octal 243 141 110 0 50 70 44 20 47 56
Binary 10100011 1100001 1001000 0 101000 111000 100100 10000 100111 101110

Color Harmonies of #A36148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36148

Black with #A36148

Text Example


Text Example

White with #A36148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36148; }

 p { color: rgb(163,97,72); }

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

background-color css

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

 a { background-color: rgb(163,97,72); }

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

border-color css

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

 span { border-color: rgb(163,97,72); }

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