Html Css Color HEX #A52E2B Brown

📋 copy color: '#A52E2B'

red 165 ◦ green 46 ◦ blue 43

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

Shades of Brown #A52E2B

Tints of Brown #A52E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.93%

R = 64.96%
G = 18.11%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A52E2B (or 0xA52E2B) is known color: Brown. HEX triplet: A5, 2E and 2B. RGB value is (165,46,43). Sum of RGB (Red+Green+Blue) = 165+46+43=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52E2B is #5AD1D4. Grayscale: #515151. Windows color (decimal): -5951957 or 2829989. OLE color: 2829989.

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

Color convert

RGB 165 46 43 -
CMYK 0 0.72 0.74 0.35
HSL 1.48º 0.59% 0.41% -
HSV(B) 1.48º 0.74% 0.65% -
XYZ 16.93 10.13 3.35 -
YUV 81.24 106.42 187.74 -
System Red Green Blue C M Y K H S L
Decimal 165 46 43 0 0.72 0.74 0.35 1.48 0.59 0.41
Hex A5 2E 2B 0 48 4A 23 1 3B 29
Octal 245 56 53 0 110 112 43 1 73 51
Binary 10100101 101110 101011 0 1001000 1001010 100011 1 111011 101001

Color Harmonies of #A52E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52E2B

Black with #A52E2B

Text Example


Text Example

White with #A52E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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