Html Css Color HEX #A52C28 Brown

📋 copy color: '#A52C28'

red 165 ◦ green 44 ◦ blue 40

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

Shades of Brown #A52C28

Tints of Brown #A52C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.67%

 BLUE value IS 40 (16.02% from 255) = 16.06%

R = 66.27%
G = 17.67%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A52C28 (or 0xA52C28) is known color: Brown. HEX triplet: A5, 2C and 28. RGB value is (165,44,40). Sum of RGB (Red+Green+Blue) = 165+44+40=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52C28 is #5AD3D7. Grayscale: #4F4F4F. Windows color (decimal): -5952472 or 2632869. OLE color: 2632869.

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

Color convert

RGB 165 44 40 -
CMYK 0 0.73 0.76 0.35
HSL 1.92º 0.61% 0.4% -
HSV(B) 1.92º 0.76% 0.65% -
XYZ 16.8 9.95 3.04 -
YUV 79.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 165 44 40 0 0.73 0.76 0.35 1.92 0.61 0.4
Hex A5 2C 28 0 49 4C 23 2 3D 28
Octal 245 54 50 0 111 114 43 2 75 50
Binary 10100101 101100 101000 0 1001001 1001100 100011 10 111101 101000

Color Harmonies of #A52C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52C28

Black with #A52C28

Text Example


Text Example

White with #A52C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52C28; }

 p { color: rgb(165,44,40); }

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

background-color css

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

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

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

border-color css

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

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

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