Html Css Color HEX #A52E2E Brown

📋 copy color: '#A52E2E'

red 165 ◦ green 46 ◦ blue 46

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

Shades of Brown #A52E2E

Tints of Brown #A52E2E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.9%

 BLUE value IS 46 (18.36% from 255) = 17.9%

R = 64.2%
G = 17.9%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A52E2E (or 0xA52E2E) is known color: Brown. HEX triplet: A5, 2E and 2E. RGB value is (165,46,46). Sum of RGB (Red+Green+Blue) = 165+46+46=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52E2E is #5AD1D1. Grayscale: #515151. Windows color (decimal): -5951954 or 3026597. OLE color: 3026597.

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

Color convert

RGB 165 46 46 -
CMYK 0 0.72 0.72 0.35
HSL 0.56% 0.41% -
HSV(B) 0.72% 0.65% -
XYZ 16.99 10.15 3.65 -
YUV 81.58 107.92 187.5 -
System Red Green Blue C M Y K H S L
Decimal 165 46 46 0 0.72 0.72 0.35 0 0.56 0.41
Hex A5 2E 2E 0 48 48 23 0 38 29
Octal 245 56 56 0 110 110 43 0 70 51
Binary 10100101 101110 101110 0 1001000 1001000 100011 0 111000 101001

Color Harmonies of #A52E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52E2E

Black with #A52E2E

Text Example


Text Example

White with #A52E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52E2E; }

 p { color: rgb(165,46,46); }

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

background-color css

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

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

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

border-color css

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

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

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