Html Css Color HEX #A33320 Brown

📋 copy color: '#A33320'

red 163 ◦ green 51 ◦ blue 32

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

Shades of Brown #A33320

Tints of Brown #A33320

RGB

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

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

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

R = 66.26%
G = 20.73%
B = 13.01%

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

#A33320 (or 0xA33320) is known color: Brown. HEX triplet: A3, 33 and 20. RGB value is (163,51,32). Sum of RGB (Red+Green+Blue) = 163+51+32=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A33320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33320 is #5CCCDF. Grayscale: #525252. Windows color (decimal): -6081760 or 2110371. OLE color: 2110371.

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

Color convert

RGB 163 51 32 -
CMYK 0 0.69 0.80 0.36
HSL 8.7º 0.67% 0.38% -
HSV(B) 8.7º 0.8% 0.64% -
XYZ 16.55 10.26 2.47 -
YUV 82.32 99.61 185.54 -
System Red Green Blue C M Y K H S L
Decimal 163 51 32 0 0.69 0.80 0.36 8.7 0.67 0.38
Hex A3 33 20 0 45 50 24 9 43 26
Octal 243 63 40 0 105 120 44 11 103 46
Binary 10100011 110011 100000 0 1000101 1010000 100100 1001 1000011 100110

Color Harmonies of #A33320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33320

Black with #A33320

Text Example


Text Example

White with #A33320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33320; }

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

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

background-color css

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

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

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

border-color css

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

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

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