Html Css Color HEX #A43427 Brown

📋 copy color: '#A43427'

red 164 ◦ green 52 ◦ blue 39

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

Shades of Brown #A43427

Tints of Brown #A43427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

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

R = 64.31%
G = 20.39%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A43427 (or 0xA43427) is known color: Brown. HEX triplet: A4, 34 and 27. RGB value is (164,52,39). Sum of RGB (Red+Green+Blue) = 164+52+39=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A43427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43427 is #5BCBD8. Grayscale: #545454. Windows color (decimal): -6015961 or 2569380. OLE color: 2569380.

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

Color convert

RGB 164 52 39 -
CMYK 0 0.68 0.76 0.36
HSL 6.24º 0.62% 0.4% -
HSV(B) 6.24º 0.76% 0.64% -
XYZ 16.9 10.49 3.05 -
YUV 84.01 102.61 185.06 -
System Red Green Blue C M Y K H S L
Decimal 164 52 39 0 0.68 0.76 0.36 6.24 0.62 0.4
Hex A4 34 27 0 44 4C 24 6 3E 28
Octal 244 64 47 0 104 114 44 6 76 50
Binary 10100100 110100 100111 0 1000100 1001100 100100 110 111110 101000

Color Harmonies of #A43427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43427

Black with #A43427

Text Example


Text Example

White with #A43427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43427; }

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

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

background-color css

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

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

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

border-color css

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

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

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