Html Css Color HEX #A73028 Brown

📋 copy color: '#A73028'

red 167 ◦ green 48 ◦ blue 40

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

Shades of Brown #A73028

Tints of Brown #A73028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

 BLUE value IS 40 (16.02% from 255) = 15.69%

R = 65.49%
G = 18.82%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A73028 (or 0xA73028) is known color: Brown. HEX triplet: A7, 30 and 28. RGB value is (167,48,40). Sum of RGB (Red+Green+Blue) = 167+48+40=255 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.49% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 167 - color contains mainly: red. Hex color #A73028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73028 is #58CFD7. Grayscale: #525252. Windows color (decimal): -5820376 or 2633895. OLE color: 2633895.

HSL color Cylindrical-coordinate representation of color #A73028: hue angle of 3.78º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A73028 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 48 40 -
CMYK 0 0.71 0.76 0.35
HSL 3.78º 0.61% 0.41% -
HSV(B) 3.78º 0.76% 0.65% -
XYZ 17.38 10.48 3.11 -
YUV 82.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 167 48 40 0 0.71 0.76 0.35 3.78 0.61 0.41
Hex A7 30 28 0 47 4C 23 4 3D 29
Octal 247 60 50 0 107 114 43 4 75 51
Binary 10100111 110000 101000 0 1000111 1001100 100011 100 111101 101001

Color Harmonies of #A73028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73028

Black with #A73028

Text Example


Text Example

White with #A73028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73028; }

 p { color: rgb(167,48,40); }

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

background-color css

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

 a { background-color: rgb(167,48,40); }

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

border-color css

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

 span { border-color: rgb(167,48,40); }

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