Html Css Color HEX #A52D23 Brown

📋 copy color: '#A52D23'

red 165 ◦ green 45 ◦ blue 35

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

Shades of Brown #A52D23

Tints of Brown #A52D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.37%

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

R = 67.35%
G = 18.37%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A52D23 (or 0xA52D23) is known color: Brown. HEX triplet: A5, 2D and 23. RGB value is (165,45,35). Sum of RGB (Red+Green+Blue) = 165+45+35=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52D23 is #5AD2DC. Grayscale: #4F4F4F. Windows color (decimal): -5952221 or 2305445. OLE color: 2305445.

HSL color Cylindrical-coordinate representation of color #A52D23: hue angle of 4.62º 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 #A52D23 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 45 35 -
CMYK 0 0.73 0.79 0.35
HSL 4.62º 0.65% 0.39% -
HSV(B) 4.62º 0.79% 0.65% -
XYZ 16.76 10 2.64 -
YUV 79.74 102.76 188.81 -
System Red Green Blue C M Y K H S L
Decimal 165 45 35 0 0.73 0.79 0.35 4.62 0.65 0.39
Hex A5 2D 23 0 49 4F 23 5 41 27
Octal 245 55 43 0 111 117 43 5 101 47
Binary 10100101 101101 100011 0 1001001 1001111 100011 101 1000001 100111

Color Harmonies of #A52D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52D23

Black with #A52D23

Text Example


Text Example

White with #A52D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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