Html Css Color HEX #A43028 Brown

📋 copy color: '#A43028'

red 164 ◦ green 48 ◦ blue 40

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

Shades of Brown #A43028

Tints of Brown #A43028

RGB

 RED value IS 164 (64.45% from 255) = 65.08%

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

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

R = 65.08%
G = 19.05%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A43028 (or 0xA43028) is known color: Brown. HEX triplet: A4, 30 and 28. RGB value is (164,48,40). Sum of RGB (Red+Green+Blue) = 164+48+40=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A43028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43028 is #5BCFD7. Grayscale: #515151. Windows color (decimal): -6016984 or 2633892. OLE color: 2633892.

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

Color convert

RGB 164 48 40 -
CMYK 0 0.71 0.76 0.36
HSL 3.87º 0.61% 0.4% -
HSV(B) 3.87º 0.76% 0.64% -
XYZ 16.75 10.16 3.09 -
YUV 81.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 164 48 40 0 0.71 0.76 0.36 3.87 0.61 0.4
Hex A4 30 28 0 47 4C 24 4 3D 28
Octal 244 60 50 0 107 114 44 4 75 50
Binary 10100100 110000 101000 0 1000111 1001100 100100 100 111101 101000

Color Harmonies of #A43028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43028

Black with #A43028

Text Example


Text Example

White with #A43028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43028; }

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

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

background-color css

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

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

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

border-color css

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

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

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