Html Css Color HEX #A42719 Brown

📋 copy color: '#A42719'

red 164 ◦ green 39 ◦ blue 25

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

Shades of Brown #A42719

Tints of Brown #A42719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.96%

R = 71.93%
G = 17.11%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A42719 (or 0xA42719) is known color: Brown. HEX triplet: A4, 27 and 19. RGB value is (164,39,25). Sum of RGB (Red+Green+Blue) = 164+39+25=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A42719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42719 is #5BD8E6. Grayscale: #4A4A4A. Windows color (decimal): -6019303 or 1648548. OLE color: 1648548.

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

Color convert

RGB 164 39 25 -
CMYK 0 0.76 0.85 0.36
HSL 6.04º 0.74% 0.37% -
HSV(B) 6.04º 0.85% 0.64% -
XYZ 16.21 9.41 1.88 -
YUV 74.78 99.91 191.64 -
System Red Green Blue C M Y K H S L
Decimal 164 39 25 0 0.76 0.85 0.36 6.04 0.74 0.37
Hex A4 27 19 0 4C 55 24 6 4A 25
Octal 244 47 31 0 114 125 44 6 112 45
Binary 10100100 100111 11001 0 1001100 1010101 100100 110 1001010 100101

Color Harmonies of #A42719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42719

Black with #A42719

Text Example


Text Example

White with #A42719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42719; }

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

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

background-color css

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

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

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

border-color css

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

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

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