Html Css Color HEX #A52E23 Brown

📋 copy color: '#A52E23'

red 165 ◦ green 46 ◦ blue 35

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

Shades of Brown #A52E23

Tints of Brown #A52E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.23%

R = 67.07%
G = 18.7%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A52E23 (or 0xA52E23) is known color: Brown. HEX triplet: A5, 2E and 23. RGB value is (165,46,35). Sum of RGB (Red+Green+Blue) = 165+46+35=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52E23 is #5AD1DC. Grayscale: #505050. Windows color (decimal): -5951965 or 2305701. OLE color: 2305701.

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

Color convert

RGB 165 46 35 -
CMYK 0 0.72 0.79 0.35
HSL 5.08º 0.65% 0.39% -
HSV(B) 5.08º 0.79% 0.65% -
XYZ 16.8 10.07 2.65 -
YUV 80.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 165 46 35 0 0.72 0.79 0.35 5.08 0.65 0.39
Hex A5 2E 23 0 48 4F 23 5 41 27
Octal 245 56 43 0 110 117 43 5 101 47
Binary 10100101 101110 100011 0 1001000 1001111 100011 101 1000001 100111

Color Harmonies of #A52E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52E23

Black with #A52E23

Text Example


Text Example

White with #A52E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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