Html Css Color HEX #A23222 Brown

📋 copy color: '#A23222'

red 162 ◦ green 50 ◦ blue 34

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

Shades of Brown #A23222

Tints of Brown #A23222

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.33%

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

R = 65.85%
G = 20.33%
B = 13.82%

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

#A23222 (or 0xA23222) is known color: Brown. HEX triplet: A2, 32 and 22. RGB value is (162,50,34). Sum of RGB (Red+Green+Blue) = 162+50+34=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A23222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23222 is #5DCDDD. Grayscale: #515151. Windows color (decimal): -6147550 or 2241186. OLE color: 2241186.

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

Color convert

RGB 162 50 34 -
CMYK 0 0.69 0.79 0.36
HSL 7.5º 0.65% 0.38% -
HSV(B) 7.5º 0.79% 0.64% -
XYZ 16.33 10.08 2.6 -
YUV 81.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 162 50 34 0 0.69 0.79 0.36 7.5 0.65 0.38
Hex A2 32 22 0 45 4F 24 8 41 26
Octal 242 62 42 0 105 117 44 10 101 46
Binary 10100010 110010 100010 0 1000101 1001111 100100 1000 1000001 100110

Color Harmonies of #A23222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23222

Black with #A23222

Text Example


Text Example

White with #A23222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23222; }

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

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

background-color css

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

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

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

border-color css

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

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

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