Html Css Color HEX #A33420 Brown

📋 copy color: '#A33420'

red 163 ◦ green 52 ◦ blue 32

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

Shades of Brown #A33420

Tints of Brown #A33420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.05%

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

R = 65.99%
G = 21.05%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A33420 (or 0xA33420) is known color: Brown. HEX triplet: A3, 34 and 20. RGB value is (163,52,32). Sum of RGB (Red+Green+Blue) = 163+52+32=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A33420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33420 is #5CCBDF. Grayscale: #535353. Windows color (decimal): -6081504 or 2110627. OLE color: 2110627.

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

Color convert

RGB 163 52 32 -
CMYK 0 0.68 0.80 0.36
HSL 9.16º 0.67% 0.38% -
HSV(B) 9.16º 0.8% 0.64% -
XYZ 16.59 10.35 2.49 -
YUV 82.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 163 52 32 0 0.68 0.80 0.36 9.16 0.67 0.38
Hex A3 34 20 0 44 50 24 9 43 26
Octal 243 64 40 0 104 120 44 11 103 46
Binary 10100011 110100 100000 0 1000100 1010000 100100 1001 1000011 100110

Color Harmonies of #A33420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33420

Black with #A33420

Text Example


Text Example

White with #A33420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33420; }

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

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

background-color css

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

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

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

border-color css

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

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

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