Html Css Color HEX #A73218 Brown

📋 copy color: '#A73218'

red 167 ◦ green 50 ◦ blue 24

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

Shades of Brown #A73218

Tints of Brown #A73218

RGB

 RED value IS 167 (65.63% from 255) = 69.29%

 GREEN value IS 50 (19.92% from 255) = 20.75%

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

R = 69.29%
G = 20.75%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A73218 (or 0xA73218) is known color: Brown. HEX triplet: A7, 32 and 18. RGB value is (167,50,24). Sum of RGB (Red+Green+Blue) = 167+50+24=241 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.29% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 167 - color contains mainly: red. Hex color #A73218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73218 is #58CDE7. Grayscale: #525252. Windows color (decimal): -5819880 or 1585831. OLE color: 1585831.

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

Color convert

RGB 167 50 24 -
CMYK 0 0.70 0.86 0.35
HSL 10.91º 0.75% 0.37% -
HSV(B) 10.91º 0.86% 0.65% -
XYZ 17.24 10.56 1.99 -
YUV 82.02 95.26 188.61 -
System Red Green Blue C M Y K H S L
Decimal 167 50 24 0 0.70 0.86 0.35 10.91 0.75 0.37
Hex A7 32 18 0 46 56 23 B 4B 25
Octal 247 62 30 0 106 126 43 13 113 45
Binary 10100111 110010 11000 0 1000110 1010110 100011 1011 1001011 100101

Color Harmonies of #A73218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73218

Black with #A73218

Text Example


Text Example

White with #A73218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73218; }

 p { color: rgb(167,50,24); }

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

background-color css

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

 a { background-color: rgb(167,50,24); }

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

border-color css

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

 span { border-color: rgb(167,50,24); }

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