Html Css Color HEX #A32917 Brown

📋 copy color: '#A32917'

red 163 ◦ green 41 ◦ blue 23

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

Shades of Brown #A32917

Tints of Brown #A32917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.13%

R = 71.81%
G = 18.06%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A32917 (or 0xA32917) is known color: Brown. HEX triplet: A3, 29 and 17. RGB value is (163,41,23). Sum of RGB (Red+Green+Blue) = 163+41+23=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A32917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32917 is #5CD6E8. Grayscale: #4B4B4B. Windows color (decimal): -6084329 or 1517987. OLE color: 1517987.

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

Color convert

RGB 163 41 23 -
CMYK 0 0.75 0.86 0.36
HSL 7.71º 0.75% 0.36% -
HSV(B) 7.71º 0.86% 0.64% -
XYZ 16.05 9.43 1.79 -
YUV 75.43 98.42 190.46 -
System Red Green Blue C M Y K H S L
Decimal 163 41 23 0 0.75 0.86 0.36 7.71 0.75 0.36
Hex A3 29 17 0 4B 56 24 8 4B 24
Octal 243 51 27 0 113 126 44 10 113 44
Binary 10100011 101001 10111 0 1001011 1010110 100100 1000 1001011 100100

Color Harmonies of #A32917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32917

Black with #A32917

Text Example


Text Example

White with #A32917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32917; }

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

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

background-color css

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

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

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

border-color css

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

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

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