Html Css Color HEX #A33220 Brown

📋 copy color: '#A33220'

red 163 ◦ green 50 ◦ blue 32

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

Shades of Brown #A33220

Tints of Brown #A33220

RGB

 RED value IS 163 (64.06% from 255) = 66.53%

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

 BLUE value IS 32 (12.89% from 255) = 13.06%

R = 66.53%
G = 20.41%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A33220 (or 0xA33220) is known color: Brown. HEX triplet: A3, 32 and 20. RGB value is (163,50,32). Sum of RGB (Red+Green+Blue) = 163+50+32=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A33220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33220 is #5CCDDF. Grayscale: #515151. Windows color (decimal): -6082016 or 2110115. OLE color: 2110115.

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

Color convert

RGB 163 50 32 -
CMYK 0 0.69 0.80 0.36
HSL 8.24º 0.67% 0.38% -
HSV(B) 8.24º 0.8% 0.64% -
XYZ 16.51 10.17 2.46 -
YUV 81.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 163 50 32 0 0.69 0.80 0.36 8.24 0.67 0.38
Hex A3 32 20 0 45 50 24 8 43 26
Octal 243 62 40 0 105 120 44 10 103 46
Binary 10100011 110010 100000 0 1000101 1010000 100100 1000 1000011 100110

Color Harmonies of #A33220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33220

Black with #A33220

Text Example


Text Example

White with #A33220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33220; }

 p { color: rgb(163,50,32); }

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

background-color css

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

 a { background-color: rgb(163,50,32); }

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

border-color css

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

 span { border-color: rgb(163,50,32); }

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