Html Css Color HEX #A32918 Brown

📋 copy color: '#A32918'

red 163 ◦ green 41 ◦ blue 24

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

Shades of Brown #A32918

Tints of Brown #A32918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.98%

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

R = 71.49%
G = 17.98%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A32918 (or 0xA32918) is known color: Brown. HEX triplet: A3, 29 and 18. RGB value is (163,41,24). Sum of RGB (Red+Green+Blue) = 163+41+24=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A32918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32918 is #5CD6E7. Grayscale: #4B4B4B. Windows color (decimal): -6084328 or 1583523. OLE color: 1583523.

HSL color Cylindrical-coordinate representation of color #A32918: hue angle of 7.34º 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 #A32918 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 41 24 -
CMYK 0 0.75 0.85 0.36
HSL 7.34º 0.74% 0.37% -
HSV(B) 7.34º 0.85% 0.64% -
XYZ 16.06 9.44 1.84 -
YUV 75.54 98.92 190.38 -
System Red Green Blue C M Y K H S L
Decimal 163 41 24 0 0.75 0.85 0.36 7.34 0.74 0.37
Hex A3 29 18 0 4B 55 24 7 4A 25
Octal 243 51 30 0 113 125 44 7 112 45
Binary 10100011 101001 11000 0 1001011 1010101 100100 111 1001010 100101

Color Harmonies of #A32918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32918

Black with #A32918

Text Example


Text Example

White with #A32918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32918; }

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

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

background-color css

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

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

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

border-color css

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

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

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