Html Css Color HEX #A62D1F Brown

📋 copy color: '#A62D1F'

red 166 ◦ green 45 ◦ blue 31

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

Shades of Brown #A62D1F

Tints of Brown #A62D1F

RGB

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

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

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

R = 68.6%
G = 18.6%
B = 12.81%

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

#A62D1F (or 0xA62D1F) is known color: Brown. HEX triplet: A6, 2D and 1F. RGB value is (166,45,31). Sum of RGB (Red+Green+Blue) = 166+45+31=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62D1F is #59D2E0. Grayscale: #4F4F4F. Windows color (decimal): -5886689 or 2043302. OLE color: 2043302.

HSL color Cylindrical-coordinate representation of color #A62D1F: hue angle of 6.22º 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 #A62D1F is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 45 31 -
CMYK 0 0.73 0.81 0.35
HSL 6.22º 0.69% 0.39% -
HSV(B) 6.22º 0.81% 0.65% -
XYZ 16.91 10.08 2.35 -
YUV 79.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 166 45 31 0 0.73 0.81 0.35 6.22 0.69 0.39
Hex A6 2D 1F 0 49 51 23 6 45 27
Octal 246 55 37 0 111 121 43 6 105 47
Binary 10100110 101101 11111 0 1001001 1010001 100011 110 1000101 100111

Color Harmonies of #A62D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62D1F

Black with #A62D1F

Text Example


Text Example

White with #A62D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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