Html Css Color HEX #A23123 Brown

📋 copy color: '#A23123'

red 162 ◦ green 49 ◦ blue 35

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

Shades of Brown #A23123

Tints of Brown #A23123

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.92%

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

R = 65.85%
G = 19.92%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A23123 (or 0xA23123) is known color: Brown. HEX triplet: A2, 31 and 23. RGB value is (162,49,35). Sum of RGB (Red+Green+Blue) = 162+49+35=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A23123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23123 is #5DCEDC. Grayscale: #515151. Windows color (decimal): -6147805 or 2306466. OLE color: 2306466.

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

Color convert

RGB 162 49 35 -
CMYK 0 0.70 0.78 0.36
HSL 6.61º 0.64% 0.39% -
HSV(B) 6.61º 0.78% 0.64% -
XYZ 16.3 10 2.66 -
YUV 81.19 101.94 185.64 -
System Red Green Blue C M Y K H S L
Decimal 162 49 35 0 0.70 0.78 0.36 6.61 0.64 0.39
Hex A2 31 23 0 46 4E 24 7 40 27
Octal 242 61 43 0 106 116 44 7 100 47
Binary 10100010 110001 100011 0 1000110 1001110 100100 111 1000000 100111

Color Harmonies of #A23123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23123

Black with #A23123

Text Example


Text Example

White with #A23123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23123; }

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

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

background-color css

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

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

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

border-color css

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

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

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