Html Css Color HEX #A62C1F Brown

📋 copy color: '#A62C1F'

red 166 ◦ green 44 ◦ blue 31

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

Shades of Brown #A62C1F

Tints of Brown #A62C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.86%

R = 68.88%
G = 18.26%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A62C1F (or 0xA62C1F) is known color: Brown. HEX triplet: A6, 2C and 1F. RGB value is (166,44,31). Sum of RGB (Red+Green+Blue) = 166+44+31=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62C1F is #59D3E0. Grayscale: #4F4F4F. Windows color (decimal): -5886945 or 2043046. OLE color: 2043046.

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

Color convert

RGB 166 44 31 -
CMYK 0 0.73 0.81 0.35
HSL 5.78º 0.69% 0.39% -
HSV(B) 5.78º 0.81% 0.65% -
XYZ 16.87 10.01 2.34 -
YUV 79 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 166 44 31 0 0.73 0.81 0.35 5.78 0.69 0.39
Hex A6 2C 1F 0 49 51 23 6 45 27
Octal 246 54 37 0 111 121 43 6 105 47
Binary 10100110 101100 11111 0 1001001 1010001 100011 110 1000101 100111

Color Harmonies of #A62C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62C1F

Black with #A62C1F

Text Example


Text Example

White with #A62C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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