Html Css Color HEX #A42D16 Brown

📋 copy color: '#A42D16'

red 164 ◦ green 45 ◦ blue 22

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

Shades of Brown #A42D16

Tints of Brown #A42D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.48%

 BLUE value IS 22 (8.98% from 255) = 9.52%

R = 71%
G = 19.48%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A42D16 (or 0xA42D16) is known color: Brown. HEX triplet: A4, 2D and 16. RGB value is (164,45,22). Sum of RGB (Red+Green+Blue) = 164+45+22=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42D16 is #5BD2E9. Grayscale: #4E4E4E. Windows color (decimal): -6017770 or 1453476. OLE color: 1453476.

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

Color convert

RGB 164 45 22 -
CMYK 0 0.73 0.87 0.36
HSL 9.72º 0.76% 0.36% -
HSV(B) 9.72º 0.87% 0.64% -
XYZ 16.39 9.83 1.79 -
YUV 77.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 164 45 22 0 0.73 0.87 0.36 9.72 0.76 0.36
Hex A4 2D 16 0 49 57 24 A 4C 24
Octal 244 55 26 0 111 127 44 12 114 44
Binary 10100100 101101 10110 0 1001001 1010111 100100 1010 1001100 100100

Color Harmonies of #A42D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42D16

Black with #A42D16

Text Example


Text Example

White with #A42D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42D16; }

 p { color: rgb(164,45,22); }

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

background-color css

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

 a { background-color: rgb(164,45,22); }

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

border-color css

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

 span { border-color: rgb(164,45,22); }

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