Html Css Color HEX #A52C17 Brown

📋 copy color: '#A52C17'

red 165 ◦ green 44 ◦ blue 23

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

Shades of Brown #A52C17

Tints of Brown #A52C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.91%

R = 71.12%
G = 18.97%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A52C17 (or 0xA52C17) is known color: Brown. HEX triplet: A5, 2C and 17. RGB value is (165,44,23). Sum of RGB (Red+Green+Blue) = 165+44+23=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52C17 is #5AD3E8. Grayscale: #4D4D4D. Windows color (decimal): -5952489 or 1518757. OLE color: 1518757.

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

Color convert

RGB 165 44 23 -
CMYK 0 0.73 0.86 0.35
HSL 8.87º 0.76% 0.37% -
HSV(B) 8.87º 0.86% 0.65% -
XYZ 16.57 9.86 1.84 -
YUV 77.79 97.09 190.21 -
System Red Green Blue C M Y K H S L
Decimal 165 44 23 0 0.73 0.86 0.35 8.87 0.76 0.37
Hex A5 2C 17 0 49 56 23 9 4C 25
Octal 245 54 27 0 111 126 43 11 114 45
Binary 10100101 101100 10111 0 1001001 1010110 100011 1001 1001100 100101

Color Harmonies of #A52C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52C17

Black with #A52C17

Text Example


Text Example

White with #A52C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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