Html Css Color HEX #A62C1E Brown

📋 copy color: '#A62C1E'

red 166 ◦ green 44 ◦ blue 30

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

Shades of Brown #A62C1E

Tints of Brown #A62C1E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.33%

 BLUE value IS 30 (12.11% from 255) = 12.5%

R = 69.17%
G = 18.33%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A62C1E (or 0xA62C1E) is known color: Brown. HEX triplet: A6, 2C and 1E. RGB value is (166,44,30). Sum of RGB (Red+Green+Blue) = 166+44+30=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62C1E is #59D3E1. Grayscale: #4F4F4F. Windows color (decimal): -5886946 or 1977510. OLE color: 1977510.

HSL color Cylindrical-coordinate representation of color #A62C1E: hue angle of 6.18º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A62C1E is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 44 30 -
CMYK 0 0.73 0.82 0.35
HSL 6.18º 0.69% 0.38% -
HSV(B) 6.18º 0.82% 0.65% -
XYZ 16.86 10 2.27 -
YUV 78.88 100.42 190.14 -
System Red Green Blue C M Y K H S L
Decimal 166 44 30 0 0.73 0.82 0.35 6.18 0.69 0.38
Hex A6 2C 1E 0 49 52 23 6 45 26
Octal 246 54 36 0 111 122 43 6 105 46
Binary 10100110 101100 11110 0 1001001 1010010 100011 110 1000101 100110

Color Harmonies of #A62C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62C1E

Black with #A62C1E

Text Example


Text Example

White with #A62C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62C1E; }

 p { color: rgb(166,44,30); }

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

background-color css

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

 a { background-color: rgb(166,44,30); }

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

border-color css

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

 span { border-color: rgb(166,44,30); }

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