Html Css Color HEX #A52C26 Brown

📋 copy color: '#A52C26'

red 165 ◦ green 44 ◦ blue 38

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

Shades of Brown #A52C26

Tints of Brown #A52C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.38%

R = 66.8%
G = 17.81%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A52C26 (or 0xA52C26) is known color: Brown. HEX triplet: A5, 2C and 26. RGB value is (165,44,38). Sum of RGB (Red+Green+Blue) = 165+44+38=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52C26 is #5AD3D9. Grayscale: #4F4F4F. Windows color (decimal): -5952474 or 2501797. OLE color: 2501797.

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

Color convert

RGB 165 44 38 -
CMYK 0 0.73 0.77 0.35
HSL 2.83º 0.63% 0.4% -
HSV(B) 2.83º 0.77% 0.65% -
XYZ 16.77 9.94 2.87 -
YUV 79.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 165 44 38 0 0.73 0.77 0.35 2.83 0.63 0.4
Hex A5 2C 26 0 49 4D 23 3 3F 28
Octal 245 54 46 0 111 115 43 3 77 50
Binary 10100101 101100 100110 0 1001001 1001101 100011 11 111111 101000

Color Harmonies of #A52C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52C26

Black with #A52C26

Text Example


Text Example

White with #A52C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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