Html Css Color HEX #A63725 Brown

📋 copy color: '#A63725'

red 166 ◦ green 55 ◦ blue 37

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

Shades of Brown #A63725

Tints of Brown #A63725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.34%

R = 64.34%
G = 21.32%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A63725 (or 0xA63725) is known color: Brown. HEX triplet: A6, 37 and 25. RGB value is (166,55,37). Sum of RGB (Red+Green+Blue) = 166+55+37=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A63725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63725 is #59C8DA. Grayscale: #565656. Windows color (decimal): -5884123 or 2439078. OLE color: 2439078.

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

Color convert

RGB 166 55 37 -
CMYK 0 0.67 0.78 0.35
HSL 8.37º 0.64% 0.4% -
HSV(B) 8.37º 0.78% 0.65% -
XYZ 17.43 10.97 2.95 -
YUV 86.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 166 55 37 0 0.67 0.78 0.35 8.37 0.64 0.4
Hex A6 37 25 0 43 4E 23 8 40 28
Octal 246 67 45 0 103 116 43 10 100 50
Binary 10100110 110111 100101 0 1000011 1001110 100011 1000 1000000 101000

Color Harmonies of #A63725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63725

Black with #A63725

Text Example


Text Example

White with #A63725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63725; }

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

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

background-color css

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

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

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

border-color css

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

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

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