Html Css Color HEX #A32718 Brown

📋 copy color: '#A32718'

red 163 ◦ green 39 ◦ blue 24

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

Shades of Brown #A32718

Tints of Brown #A32718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.26%

 BLUE value IS 24 (9.77% from 255) = 10.62%

R = 72.12%
G = 17.26%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A32718 (or 0xA32718) is known color: Brown. HEX triplet: A3, 27 and 18. RGB value is (163,39,24). Sum of RGB (Red+Green+Blue) = 163+39+24=226 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.12% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 163 - color contains mainly: red. Hex color #A32718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32718 is #5CD8E7. Grayscale: #4A4A4A. Windows color (decimal): -6084840 or 1583011. OLE color: 1583011.

HSL color Cylindrical-coordinate representation of color #A32718: hue angle of 6.47º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A32718 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 39 24 -
CMYK 0 0.76 0.85 0.36
HSL 6.47º 0.74% 0.37% -
HSV(B) 6.47º 0.85% 0.64% -
XYZ 15.99 9.3 1.82 -
YUV 74.37 99.58 191.22 -
System Red Green Blue C M Y K H S L
Decimal 163 39 24 0 0.76 0.85 0.36 6.47 0.74 0.37
Hex A3 27 18 0 4C 55 24 6 4A 25
Octal 243 47 30 0 114 125 44 6 112 45
Binary 10100011 100111 11000 0 1001100 1010101 100100 110 1001010 100101

Color Harmonies of #A32718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32718

Black with #A32718

Text Example


Text Example

White with #A32718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32718; }

 p { color: rgb(163,39,24); }

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

background-color css

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

 a { background-color: rgb(163,39,24); }

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

border-color css

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

 span { border-color: rgb(163,39,24); }

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