Html Css Color HEX #A42422 Brown

📋 copy color: '#A42422'

red 164 ◦ green 36 ◦ blue 34

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

Shades of Brown #A42422

Tints of Brown #A42422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.38%

 BLUE value IS 34 (13.67% from 255) = 14.53%

R = 70.09%
G = 15.38%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A42422 (or 0xA42422) is known color: Brown. HEX triplet: A4, 24 and 22. RGB value is (164,36,34). Sum of RGB (Red+Green+Blue) = 164+36+34=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A42422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42422 is #5BDBDD. Grayscale: #4A4A4A. Windows color (decimal): -6020062 or 2237604. OLE color: 2237604.

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

Color convert

RGB 164 36 34 -
CMYK 0 0.78 0.79 0.36
HSL 0.92º 0.66% 0.39% -
HSV(B) 0.92º 0.79% 0.64% -
XYZ 16.23 9.27 2.45 -
YUV 74.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 164 36 34 0 0.78 0.79 0.36 0.92 0.66 0.39
Hex A4 24 22 0 4E 4F 24 1 42 27
Octal 244 44 42 0 116 117 44 1 102 47
Binary 10100100 100100 100010 0 1001110 1001111 100100 1 1000010 100111

Color Harmonies of #A42422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42422

Black with #A42422

Text Example


Text Example

White with #A42422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42422; }

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

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

background-color css

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

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

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

border-color css

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

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

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