Html Css Color HEX #A33224 Brown

📋 copy color: '#A33224'

red 163 ◦ green 50 ◦ blue 36

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

Shades of Brown #A33224

Tints of Brown #A33224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.46%

R = 65.46%
G = 20.08%
B = 14.46%

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

#A33224 (or 0xA33224) is known color: Brown. HEX triplet: A3, 32 and 24. RGB value is (163,50,36). Sum of RGB (Red+Green+Blue) = 163+50+36=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A33224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33224 is #5CCDDB. Grayscale: #525252. Windows color (decimal): -6082012 or 2372259. OLE color: 2372259.

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

Color convert

RGB 163 50 36 -
CMYK 0 0.69 0.78 0.36
HSL 6.61º 0.64% 0.39% -
HSV(B) 6.61º 0.78% 0.64% -
XYZ 16.56 10.2 2.76 -
YUV 82.19 101.94 185.64 -
System Red Green Blue C M Y K H S L
Decimal 163 50 36 0 0.69 0.78 0.36 6.61 0.64 0.39
Hex A3 32 24 0 45 4E 24 7 40 27
Octal 243 62 44 0 105 116 44 7 100 47
Binary 10100011 110010 100100 0 1000101 1001110 100100 111 1000000 100111

Color Harmonies of #A33224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33224

Black with #A33224

Text Example


Text Example

White with #A33224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33224; }

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

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

background-color css

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

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

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

border-color css

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

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

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