Html Css Color HEX #A62D27 Brown

📋 copy color: '#A62D27'

red 166 ◦ green 45 ◦ blue 39

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

Shades of Brown #A62D27

Tints of Brown #A62D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.6%

R = 66.4%
G = 18%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A62D27 (or 0xA62D27) is known color: Brown. HEX triplet: A6, 2D and 27. RGB value is (166,45,39). Sum of RGB (Red+Green+Blue) = 166+45+39=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62D27 is #59D2D8. Grayscale: #505050. Windows color (decimal): -5886681 or 2567590. OLE color: 2567590.

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

Color convert

RGB 166 45 39 -
CMYK 0 0.73 0.77 0.35
HSL 2.83º 0.62% 0.4% -
HSV(B) 2.83º 0.77% 0.65% -
XYZ 17.03 10.13 2.98 -
YUV 80.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 166 45 39 0 0.73 0.77 0.35 2.83 0.62 0.4
Hex A6 2D 27 0 49 4D 23 3 3E 28
Octal 246 55 47 0 111 115 43 3 76 50
Binary 10100110 101101 100111 0 1001001 1001101 100011 11 111110 101000

Color Harmonies of #A62D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62D27

Black with #A62D27

Text Example


Text Example

White with #A62D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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