Html Css Color HEX #A42523 Brown

📋 copy color: '#A42523'

red 164 ◦ green 37 ◦ blue 35

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

Shades of Brown #A42523

Tints of Brown #A42523

RGB

 RED value IS 164 (64.45% from 255) = 69.49%

 GREEN value IS 37 (14.84% from 255) = 15.68%

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

R = 69.49%
G = 15.68%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A42523 (or 0xA42523) is known color: Brown. HEX triplet: A4, 25 and 23. RGB value is (164,37,35). Sum of RGB (Red+Green+Blue) = 164+37+35=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A42523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42523 is #5BDADC. Grayscale: #4A4A4A. Windows color (decimal): -6019805 or 2303396. OLE color: 2303396.

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

Color convert

RGB 164 37 35 -
CMYK 0 0.77 0.79 0.36
HSL 0.93º 0.65% 0.39% -
HSV(B) 0.93º 0.79% 0.64% -
XYZ 16.27 9.34 2.53 -
YUV 74.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 164 37 35 0 0.77 0.79 0.36 0.93 0.65 0.39
Hex A4 25 23 0 4D 4F 24 1 41 27
Octal 244 45 43 0 115 117 44 1 101 47
Binary 10100100 100101 100011 0 1001101 1001111 100100 1 1000001 100111

Color Harmonies of #A42523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42523

Black with #A42523

Text Example


Text Example

White with #A42523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42523; }

 p { color: rgb(164,37,35); }

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

background-color css

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

 a { background-color: rgb(164,37,35); }

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

border-color css

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

 span { border-color: rgb(164,37,35); }

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