Html Css Color HEX #A42724 Brown

📋 copy color: '#A42724'

red 164 ◦ green 39 ◦ blue 36

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

Shades of Brown #A42724

Tints of Brown #A42724

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.32%

 BLUE value IS 36 (14.45% from 255) = 15.06%

R = 68.62%
G = 16.32%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A42724 (or 0xA42724) is known color: Brown. HEX triplet: A4, 27 and 24. RGB value is (164,39,36). Sum of RGB (Red+Green+Blue) = 164+39+36=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A42724 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42724 is #5BD8DB. Grayscale: #4C4C4C. Windows color (decimal): -6019292 or 2369444. OLE color: 2369444.

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

Color convert

RGB 164 39 36 -
CMYK 0 0.76 0.78 0.36
HSL 1.41º 0.64% 0.39% -
HSV(B) 1.41º 0.78% 0.64% -
XYZ 16.35 9.47 2.64 -
YUV 76.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 164 39 36 0 0.76 0.78 0.36 1.41 0.64 0.39
Hex A4 27 24 0 4C 4E 24 1 40 27
Octal 244 47 44 0 114 116 44 1 100 47
Binary 10100100 100111 100100 0 1001100 1001110 100100 1 1000000 100111

Color Harmonies of #A42724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42724

Black with #A42724

Text Example


Text Example

White with #A42724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42724; }

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

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

background-color css

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

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

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

border-color css

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

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

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