Html Css Color HEX #A42C27 Brown

📋 copy color: '#A42C27'

red 164 ◦ green 44 ◦ blue 39

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

Shades of Brown #A42C27

Tints of Brown #A42C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.81%

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

R = 66.4%
G = 17.81%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A42C27 (or 0xA42C27) is known color: Brown. HEX triplet: A4, 2C and 27. RGB value is (164,44,39). Sum of RGB (Red+Green+Blue) = 164+44+39=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42C27 is #5BD3D8. Grayscale: #4F4F4F. Windows color (decimal): -6018009 or 2567332. OLE color: 2567332.

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

Color convert

RGB 164 44 39 -
CMYK 0 0.73 0.76 0.36
HSL 2.4º 0.62% 0.4% -
HSV(B) 2.4º 0.76% 0.64% -
XYZ 16.58 9.84 2.95 -
YUV 79.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 164 44 39 0 0.73 0.76 0.36 2.4 0.62 0.4
Hex A4 2C 27 0 49 4C 24 2 3E 28
Octal 244 54 47 0 111 114 44 2 76 50
Binary 10100100 101100 100111 0 1001001 1001100 100100 10 111110 101000

Color Harmonies of #A42C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42C27

Black with #A42C27

Text Example


Text Example

White with #A42C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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