Html Css Color HEX #A43127 Brown

📋 copy color: '#A43127'

red 164 ◦ green 49 ◦ blue 39

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

Shades of Brown #A43127

Tints of Brown #A43127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.44%

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

R = 65.08%
G = 19.44%
B = 15.48%

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

#A43127 (or 0xA43127) is known color: Brown. HEX triplet: A4, 31 and 27. RGB value is (164,49,39). Sum of RGB (Red+Green+Blue) = 164+49+39=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A43127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43127 is #5BCED8. Grayscale: #525252. Windows color (decimal): -6016729 or 2568612. OLE color: 2568612.

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

Color convert

RGB 164 49 39 -
CMYK 0 0.70 0.76 0.36
HSL 4.8º 0.62% 0.4% -
HSV(B) 4.8º 0.76% 0.64% -
XYZ 16.77 10.24 3.01 -
YUV 82.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 164 49 39 0 0.70 0.76 0.36 4.8 0.62 0.4
Hex A4 31 27 0 46 4C 24 5 3E 28
Octal 244 61 47 0 106 114 44 5 76 50
Binary 10100100 110001 100111 0 1000110 1001100 100100 101 111110 101000

Color Harmonies of #A43127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43127

Black with #A43127

Text Example


Text Example

White with #A43127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43127; }

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

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

background-color css

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

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

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

border-color css

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

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

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