Html Css Color HEX #A62521 Brown

📋 copy color: '#A62521'

red 166 ◦ green 37 ◦ blue 33

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

Shades of Brown #A62521

Tints of Brown #A62521

RGB

 RED value IS 166 (65.23% from 255) = 70.34%

 GREEN value IS 37 (14.84% from 255) = 15.68%

 BLUE value IS 33 (13.28% from 255) = 13.98%

R = 70.34%
G = 15.68%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A62521 (or 0xA62521) is known color: Brown. HEX triplet: A6, 25 and 21. RGB value is (166,37,33). Sum of RGB (Red+Green+Blue) = 166+37+33=236 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.34% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 166 - color contains mainly: red. Hex color #A62521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62521 is #59DADE. Grayscale: #4B4B4B. Windows color (decimal): -5888735 or 2172326. OLE color: 2172326.

HSL color Cylindrical-coordinate representation of color #A62521: hue angle of 1.8º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62521 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 37 33 -
CMYK 0 0.78 0.80 0.35
HSL 1.8º 0.67% 0.39% -
HSV(B) 1.8º 0.8% 0.65% -
XYZ 16.66 9.54 2.4 -
YUV 75.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 166 37 33 0 0.78 0.80 0.35 1.8 0.67 0.39
Hex A6 25 21 0 4E 50 23 2 43 27
Octal 246 45 41 0 116 120 43 2 103 47
Binary 10100110 100101 100001 0 1001110 1010000 100011 10 1000011 100111

Color Harmonies of #A62521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62521

Black with #A62521

Text Example


Text Example

White with #A62521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62521; }

 p { color: rgb(166,37,33); }

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

background-color css

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

 a { background-color: rgb(166,37,33); }

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

border-color css

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

 span { border-color: rgb(166,37,33); }

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