Html Css Color HEX #A63727 Brown

📋 copy color: '#A63727'

red 166 ◦ green 55 ◦ blue 39

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

Shades of Brown #A63727

Tints of Brown #A63727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

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

R = 63.85%
G = 21.15%
B = 15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A63727 (or 0xA63727) is known color: Brown. HEX triplet: A6, 37 and 27. RGB value is (166,55,39). Sum of RGB (Red+Green+Blue) = 166+55+39=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A63727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63727 is #59C8D8. Grayscale: #565656. Windows color (decimal): -5884121 or 2570150. OLE color: 2570150.

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

Color convert

RGB 166 55 39 -
CMYK 0 0.67 0.77 0.35
HSL 7.56º 0.62% 0.4% -
HSV(B) 7.56º 0.77% 0.65% -
XYZ 17.46 10.99 3.12 -
YUV 86.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 166 55 39 0 0.67 0.77 0.35 7.56 0.62 0.4
Hex A6 37 27 0 43 4D 23 8 3E 28
Octal 246 67 47 0 103 115 43 10 76 50
Binary 10100110 110111 100111 0 1000011 1001101 100011 1000 111110 101000

Color Harmonies of #A63727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63727

Black with #A63727

Text Example


Text Example

White with #A63727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63727; }

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

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

background-color css

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

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

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

border-color css

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

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

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