Html Css Color HEX #A23324 Brown

📋 copy color: '#A23324'

red 162 ◦ green 51 ◦ blue 36

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

Shades of Brown #A23324

Tints of Brown #A23324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.48%

 BLUE value IS 36 (14.45% from 255) = 14.46%

R = 65.06%
G = 20.48%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A23324 (or 0xA23324) is known color: Brown. HEX triplet: A2, 33 and 24. RGB value is (162,51,36). Sum of RGB (Red+Green+Blue) = 162+51+36=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A23324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23324 is #5DCCDB. Grayscale: #525252. Windows color (decimal): -6147292 or 2372514. OLE color: 2372514.

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

Color convert

RGB 162 51 36 -
CMYK 0 0.69 0.78 0.36
HSL 7.14º 0.64% 0.39% -
HSV(B) 7.14º 0.78% 0.64% -
XYZ 16.4 10.18 2.77 -
YUV 82.48 101.77 184.72 -
System Red Green Blue C M Y K H S L
Decimal 162 51 36 0 0.69 0.78 0.36 7.14 0.64 0.39
Hex A2 33 24 0 45 4E 24 7 40 27
Octal 242 63 44 0 105 116 44 7 100 47
Binary 10100010 110011 100100 0 1000101 1001110 100100 111 1000000 100111

Color Harmonies of #A23324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23324

Black with #A23324

Text Example


Text Example

White with #A23324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23324; }

 p { color: rgb(162,51,36); }

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

background-color css

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

 a { background-color: rgb(162,51,36); }

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

border-color css

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

 span { border-color: rgb(162,51,36); }

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