Html Css Color HEX #A5321E Brown

📋 copy color: '#A5321E'

red 165 ◦ green 50 ◦ blue 30

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

Shades of Brown #A5321E

Tints of Brown #A5321E

RGB

 RED value IS 165 (64.84% from 255) = 67.35%

 GREEN value IS 50 (19.92% from 255) = 20.41%

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 67.35%
G = 20.41%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5321E (or 0xA5321E) is known color: Brown. HEX triplet: A5, 32 and 1E. RGB value is (165,50,30). Sum of RGB (Red+Green+Blue) = 165+50+30=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A5321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5321E is #5ACDE1. Grayscale: #525252. Windows color (decimal): -5950946 or 1979045. OLE color: 1979045.

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

Color convert

RGB 165 50 30 -
CMYK 0 0.70 0.82 0.35
HSL 8.89º 0.69% 0.38% -
HSV(B) 8.89º 0.82% 0.65% -
XYZ 16.89 10.37 2.34 -
YUV 82.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 165 50 30 0 0.70 0.82 0.35 8.89 0.69 0.38
Hex A5 32 1E 0 46 52 23 9 45 26
Octal 245 62 36 0 106 122 43 11 105 46
Binary 10100101 110010 11110 0 1000110 1010010 100011 1001 1000101 100110

Color Harmonies of #A5321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5321E

Black with #A5321E

Text Example


Text Example

White with #A5321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5321E; }

 p { color: rgb(165,50,30); }

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

background-color css

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

 a { background-color: rgb(165,50,30); }

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

border-color css

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

 span { border-color: rgb(165,50,30); }

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