Html Css Color HEX #A5302F Brown

📋 copy color: '#A5302F'

red 165 ◦ green 48 ◦ blue 47

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

Shades of Brown #A5302F

Tints of Brown #A5302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

 BLUE value IS 47 (18.75% from 255) = 18.08%

R = 63.46%
G = 18.46%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A5302F (or 0xA5302F) is known color: Brown. HEX triplet: A5, 30 and 2F. RGB value is (165,48,47). Sum of RGB (Red+Green+Blue) = 165+48+47=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A5302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5302F is #5ACFD0. Grayscale: #525252. Windows color (decimal): -5951441 or 3092645. OLE color: 3092645.

HSL color Cylindrical-coordinate representation of color #A5302F: hue angle of 0.51º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5302F is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 48 47 -
CMYK 0 0.71 0.72 0.35
HSL 0.51º 0.56% 0.42% -
HSV(B) 0.51º 0.72% 0.65% -
XYZ 17.09 10.32 3.78 -
YUV 82.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 165 48 47 0 0.71 0.72 0.35 0.51 0.56 0.42
Hex A5 30 2F 0 47 48 23 1 38 2A
Octal 245 60 57 0 107 110 43 1 70 52
Binary 10100101 110000 101111 0 1000111 1001000 100011 1 111000 101010

Color Harmonies of #A5302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5302F

Black with #A5302F

Text Example


Text Example

White with #A5302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5302F; }

 p { color: rgb(165,48,47); }

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

background-color css

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

 a { background-color: rgb(165,48,47); }

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

border-color css

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

 span { border-color: rgb(165,48,47); }

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