Html Css Color HEX #A33020 Brown

📋 copy color: '#A33020'

red 163 ◦ green 48 ◦ blue 32

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

Shades of Brown #A33020

Tints of Brown #A33020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.75%

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

R = 67.08%
G = 19.75%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A33020 (or 0xA33020) is known color: Brown. HEX triplet: A3, 30 and 20. RGB value is (163,48,32). Sum of RGB (Red+Green+Blue) = 163+48+32=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A33020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33020 is #5CCFDF. Grayscale: #505050. Windows color (decimal): -6082528 or 2109603. OLE color: 2109603.

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

Color convert

RGB 163 48 32 -
CMYK 0 0.71 0.80 0.36
HSL 7.33º 0.67% 0.38% -
HSV(B) 7.33º 0.8% 0.64% -
XYZ 16.42 10 2.43 -
YUV 80.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 163 48 32 0 0.71 0.80 0.36 7.33 0.67 0.38
Hex A3 30 20 0 47 50 24 7 43 26
Octal 243 60 40 0 107 120 44 7 103 46
Binary 10100011 110000 100000 0 1000111 1010000 100100 111 1000011 100110

Color Harmonies of #A33020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33020

Black with #A33020

Text Example


Text Example

White with #A33020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33020; }

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

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

background-color css

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

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

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

border-color css

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

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

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