Html Css Color HEX #A43227 Brown

📋 copy color: '#A43227'

red 164 ◦ green 50 ◦ blue 39

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

Shades of Brown #A43227

Tints of Brown #A43227

RGB

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

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

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

R = 64.82%
G = 19.76%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A43227 (or 0xA43227) is known color: Brown. HEX triplet: A4, 32 and 27. RGB value is (164,50,39). Sum of RGB (Red+Green+Blue) = 164+50+39=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A43227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43227 is #5BCDD8. Grayscale: #525252. Windows color (decimal): -6016473 or 2568868. OLE color: 2568868.

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

Color convert

RGB 164 50 39 -
CMYK 0 0.70 0.76 0.36
HSL 5.28º 0.62% 0.4% -
HSV(B) 5.28º 0.76% 0.64% -
XYZ 16.82 10.32 3.03 -
YUV 82.83 103.27 185.89 -
System Red Green Blue C M Y K H S L
Decimal 164 50 39 0 0.70 0.76 0.36 5.28 0.62 0.4
Hex A4 32 27 0 46 4C 24 5 3E 28
Octal 244 62 47 0 106 114 44 5 76 50
Binary 10100100 110010 100111 0 1000110 1001100 100100 101 111110 101000

Color Harmonies of #A43227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43227

Black with #A43227

Text Example


Text Example

White with #A43227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43227; }

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

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

background-color css

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

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

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

border-color css

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

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

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