Html Css Color HEX #A23323 Brown

📋 copy color: '#A23323'

red 162 ◦ green 51 ◦ blue 35

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

Shades of Brown #A23323

Tints of Brown #A23323

RGB

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

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

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

R = 65.32%
G = 20.56%
B = 14.11%

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

#A23323 (or 0xA23323) is known color: Brown. HEX triplet: A2, 33 and 23. RGB value is (162,51,35). Sum of RGB (Red+Green+Blue) = 162+51+35=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A23323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23323 is #5DCCDC. Grayscale: #525252. Windows color (decimal): -6147293 or 2306978. OLE color: 2306978.

HSL color Cylindrical-coordinate representation of color #A23323: hue angle of 7.56º 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 #A23323 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 51 35 -
CMYK 0 0.69 0.78 0.36
HSL 7.56º 0.64% 0.39% -
HSV(B) 7.56º 0.78% 0.64% -
XYZ 16.39 10.17 2.69 -
YUV 82.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 162 51 35 0 0.69 0.78 0.36 7.56 0.64 0.39
Hex A2 33 23 0 45 4E 24 8 40 27
Octal 242 63 43 0 105 116 44 10 100 47
Binary 10100010 110011 100011 0 1000101 1001110 100100 1000 1000000 100111

Color Harmonies of #A23323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23323

Black with #A23323

Text Example


Text Example

White with #A23323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23323; }

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

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

background-color css

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

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

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

border-color css

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

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

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