Html Css Color HEX #A22D14 Brown

📋 copy color: '#A22D14'

red 162 ◦ green 45 ◦ blue 20

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

Shades of Brown #A22D14

Tints of Brown #A22D14

RGB

 RED value IS 162 (63.67% from 255) = 71.37%

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

 BLUE value IS 20 (8.2% from 255) = 8.81%

R = 71.37%
G = 19.82%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A22D14 (or 0xA22D14) is known color: Brown. HEX triplet: A2, 2D and 14. RGB value is (162,45,20). Sum of RGB (Red+Green+Blue) = 162+45+20=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22D14 is #5DD2EB. Grayscale: #4D4D4D. Windows color (decimal): -6148844 or 1322402. OLE color: 1322402.

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

Color convert

RGB 162 45 20 -
CMYK 0 0.72 0.88 0.36
HSL 10.56º 0.78% 0.36% -
HSV(B) 10.56º 0.88% 0.64% -
XYZ 15.96 9.61 1.68 -
YUV 77.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 162 45 20 0 0.72 0.88 0.36 10.56 0.78 0.36
Hex A2 2D 14 0 48 58 24 B 4E 24
Octal 242 55 24 0 110 130 44 13 116 44
Binary 10100010 101101 10100 0 1001000 1011000 100100 1011 1001110 100100

Color Harmonies of #A22D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22D14

Black with #A22D14

Text Example


Text Example

White with #A22D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22D14; }

 p { color: rgb(162,45,20); }

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

background-color css

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

 a { background-color: rgb(162,45,20); }

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

border-color css

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

 span { border-color: rgb(162,45,20); }

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