Html Css Color HEX #A23525 Brown

📋 copy color: '#A23525'

red 162 ◦ green 53 ◦ blue 37

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

Shades of Brown #A23525

Tints of Brown #A23525

RGB

 RED value IS 162 (63.67% from 255) = 64.29%

 GREEN value IS 53 (21.09% from 255) = 21.03%

 BLUE value IS 37 (14.84% from 255) = 14.68%

R = 64.29%
G = 21.03%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A23525 (or 0xA23525) is known color: Brown. HEX triplet: A2, 35 and 25. RGB value is (162,53,37). Sum of RGB (Red+Green+Blue) = 162+53+37=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A23525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23525 is #5DCADA. Grayscale: #535353. Windows color (decimal): -6146779 or 2438562. OLE color: 2438562.

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

Color convert

RGB 162 53 37 -
CMYK 0 0.67 0.77 0.36
HSL 7.68º 0.63% 0.39% -
HSV(B) 7.68º 0.77% 0.64% -
XYZ 16.51 10.36 2.88 -
YUV 83.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 162 53 37 0 0.67 0.77 0.36 7.68 0.63 0.39
Hex A2 35 25 0 43 4D 24 8 3F 27
Octal 242 65 45 0 103 115 44 10 77 47
Binary 10100010 110101 100101 0 1000011 1001101 100100 1000 111111 100111

Color Harmonies of #A23525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23525

Black with #A23525

Text Example


Text Example

White with #A23525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23525; }

 p { color: rgb(162,53,37); }

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

background-color css

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

 a { background-color: rgb(162,53,37); }

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

border-color css

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

 span { border-color: rgb(162,53,37); }

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