Html Css Color HEX #A23322 Brown

📋 copy color: '#A23322'

red 162 ◦ green 51 ◦ blue 34

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

Shades of Brown #A23322

Tints of Brown #A23322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.77%

R = 65.59%
G = 20.65%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A23322 (or 0xA23322) is known color: Brown. HEX triplet: A2, 33 and 22. RGB value is (162,51,34). Sum of RGB (Red+Green+Blue) = 162+51+34=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A23322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23322 is #5DCCDD. Grayscale: #525252. Windows color (decimal): -6147294 or 2241442. OLE color: 2241442.

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

Color convert

RGB 162 51 34 -
CMYK 0 0.69 0.79 0.36
HSL 7.97º 0.65% 0.38% -
HSV(B) 7.97º 0.79% 0.64% -
XYZ 16.37 10.16 2.61 -
YUV 82.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 162 51 34 0 0.69 0.79 0.36 7.97 0.65 0.38
Hex A2 33 22 0 45 4F 24 8 41 26
Octal 242 63 42 0 105 117 44 10 101 46
Binary 10100010 110011 100010 0 1000101 1001111 100100 1000 1000001 100110

Color Harmonies of #A23322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23322

Black with #A23322

Text Example


Text Example

White with #A23322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23322; }

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

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

background-color css

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

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

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

border-color css

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

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

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