Html Css Color HEX #A43027 Brown

📋 copy color: '#A43027'

red 164 ◦ green 48 ◦ blue 39

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

Shades of Brown #A43027

Tints of Brown #A43027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.54%

R = 65.34%
G = 19.12%
B = 15.54%

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

#A43027 (or 0xA43027) is known color: Brown. HEX triplet: A4, 30 and 27. RGB value is (164,48,39). Sum of RGB (Red+Green+Blue) = 164+48+39=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A43027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43027 is #5BCFD8. Grayscale: #515151. Windows color (decimal): -6016985 or 2568356. OLE color: 2568356.

HSL color Cylindrical-coordinate representation of color #A43027: hue angle of 4.32º degrees, saturation: 0.62, 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 #A43027 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 48 39 -
CMYK 0 0.71 0.76 0.36
HSL 4.32º 0.62% 0.4% -
HSV(B) 4.32º 0.76% 0.64% -
XYZ 16.73 10.15 3 -
YUV 81.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 164 48 39 0 0.71 0.76 0.36 4.32 0.62 0.4
Hex A4 30 27 0 47 4C 24 4 3E 28
Octal 244 60 47 0 107 114 44 4 76 50
Binary 10100100 110000 100111 0 1000111 1001100 100100 100 111110 101000

Color Harmonies of #A43027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43027

Black with #A43027

Text Example


Text Example

White with #A43027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43027; }

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

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

background-color css

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

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

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

border-color css

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

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

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